~hikiko/mir/mir.unity8-desktop-session

« back to all changes in this revision

Viewing changes to tests/unit-tests/graphics/android/test_internal_client.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Daniel van Vugt, Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mfrom: (1.1.54)
  • Revision ID: package-import@ubuntu.com-20140108020438-ikbu7qqm9v2l026y
Tags: 0.1.3+14.04.20140108-0ubuntu1
[ Daniel van Vugt ]
* Preparing for release 0.1.3

[ Ubuntu daily release ]
* Automatic snapshot from revision 1170

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Authored by: Kevin DuBois <kevin.dubois@canonical.com>
17
17
 */
18
18
 
19
 
#include "src/server/graphics/android/internal_client.h"
 
19
#include "src/platform/graphics/android/internal_client.h"
20
20
#include "mir/graphics/internal_surface.h"
21
21
 
22
22
#include <system/window.h>
41
41
        return MirPixelFormat();
42
42
    }
43
43
 
44
 
    std::shared_ptr<mg::Buffer> advance_client_buffer()
 
44
    void swap_buffers(mg::Buffer*&)
45
45
    {
46
 
        return std::shared_ptr<mg::Buffer>();
47
46
    }
48
47
};
49
48
}