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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    HwcDevice(std::shared_ptr<HwcWrapper> const& hwc_wrapper);
45
45
 
46
46
    bool compatible_renderlist(RenderableList const& renderlist) override;
47
 
    void commit(
48
 
        DisplayName,
49
 
        LayerList&,
50
 
        SwappingGLContext const& context,
51
 
        RenderableListCompositor const& list_compositor) override;
 
47
    void commit(std::list<DisplayContents> const& contents) override;
52
48
    void content_cleared() override;
53
49
 
54
50
private: