~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to src/server/graphics/android/android_platform.h

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    std::shared_ptr<compositor::GraphicBufferAllocator> create_buffer_allocator(
39
39
            const std::shared_ptr<BufferInitializer>& buffer_initializer);
40
40
    std::shared_ptr<Display> create_display();
41
 
    std::shared_ptr<PlatformIPCPackage> get_ipc_package();
42
 
    
43
 
    EGLNativeDisplayType shell_egl_display();
 
41
    std::shared_ptr<PlatformIPCPackage> get_ipc_package(); 
 
42
    std::shared_ptr<InternalClient> create_internal_client(std::shared_ptr<frontend::Surface> const&);
44
43
 
45
44
private:
46
45
    std::shared_ptr<DisplayReport> const display_report;