~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to src/client/android/android_client_platform.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20140108020438-e1npu0pm7qdv5wc4
Tags: upstream-0.1.3+14.04.20140108
ImportĀ upstreamĀ versionĀ 0.1.3+14.04.20140108

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
class AndroidClientPlatform : public ClientPlatform
33
33
{
34
34
public:
35
 
    MirPlatformType platform_type() const; 
 
35
    MirPlatformType platform_type() const;
36
36
    std::shared_ptr<ClientBufferFactory> create_buffer_factory();
37
37
    std::shared_ptr<EGLNativeWindowType> create_egl_native_window(ClientSurface *surface);
38
38
    std::shared_ptr<EGLNativeDisplayType> create_egl_native_display();