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

« back to all changes in this revision

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

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    geometry::Size display_size() const; 
42
42
    geometry::PixelFormat display_format() const;
43
43
    unsigned int number_of_framebuffers_available() const;
44
 
    void set_next_frontbuffer(std::shared_ptr<AndroidBuffer> const& buffer);
 
44
    void set_next_frontbuffer(std::shared_ptr<compositor::Buffer> const& buffer);
45
45
 
46
46
    void commit_frame(EGLDisplay dpy, EGLSurface sur);
47
47