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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-11-20 16:41:15 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20141120164115-a3j4vq6cq2u78m47
Tags: upstream-0.9.0+15.04.20141120.1
ImportĀ upstreamĀ versionĀ 0.9.0+15.04.20141120.1

Show diffs side-by-side

added added

removed removed

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