~kgunn72/mir/mir-mwc-ppa-disable-tests

« back to all changes in this revision

Viewing changes to src/platforms/android/server/fb_device.h

  • Committer: Tarmac
  • Author(s): Kevin DuBois
  • Date: 2015-01-29 16:35:31 UTC
  • mfrom: (2215.3.26 pull-list-from-device)
  • Revision ID: tarmac-20150129163531-oklyqevk921mxuq3
android: pull the mga::LayerList instance from the mga::HwcDevice to the mga::DisplayBuffer.

Approved by Alan Griffiths, Alexandros Frantzis, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
public:
48
48
    FBDevice(std::shared_ptr<framebuffer_device_t> const& fbdev);
49
49
 
50
 
    void post_gl(SwappingGLContext const& context) override;
51
 
    bool post_overlays(
 
50
    bool compatible_renderlist(RenderableList const& renderlist) override;
 
51
    void commit(
 
52
        DisplayName,
 
53
        LayerList&,
52
54
        SwappingGLContext const& context,
53
 
        RenderableList const& list,
54
55
        RenderableListCompositor const& list_compositor) override;
55
56
 
56
57
private: