~ubuntu-branches/ubuntu/vivid/mir/vivid

« back to all changes in this revision

Viewing changes to include/test/mir_test_doubles/stub_buffer_stream.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-08-11 19:52:06 UTC
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: package-import@ubuntu.com-20140811195206-05ee991qbzvdbmel
Tags: upstream-0.6.0+14.10.20140811
ImportĀ upstreamĀ versionĀ 0.6.0+14.10.20140811

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
    int buffers_ready_for_compositor() const override { return 1; }
83
83
 
 
84
    void drop_old_buffers() override {}
 
85
 
84
86
    StubBuffer stub_client_buffer;
85
87
    std::shared_ptr<graphics::Buffer> stub_compositor_buffer;
86
88
};