~vanvugt/mir/frontend-server

« back to all changes in this revision

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

  • Committer: Daniel van Vugt
  • Date: 2014-03-06 03:18:55 UTC
  • mfrom: (1416.1.37 development-branch)
  • Revision ID: daniel.van.vugt@canonical.com-20140306031855-pjar7q2m3ghjwly5
MergeĀ latestĀ development-branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
    {
73
73
    }
74
74
 
 
75
    int buffers_ready_for_compositor() const override { return 1; }
 
76
 
75
77
    StubBuffer stub_client_buffer;
76
78
    std::shared_ptr<graphics::Buffer> stub_compositor_buffer;
77
79
};