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

« back to all changes in this revision

Viewing changes to include/test/mir_test_doubles/mock_buffer_bundle.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:
48
48
    MOCK_METHOD0(force_client_abort, void());
49
49
    MOCK_METHOD0(force_requests_to_complete, void());
50
50
    MOCK_METHOD1(resize, void(const geometry::Size &));
 
51
    MOCK_METHOD0(drop_old_buffers, void());
51
52
    int buffers_ready_for_compositor() const override { return 1; }
52
53
    int buffers_free_for_client() const override { return 1; }
53
54
};