~vanvugt/mir/frontend-server

« back to all changes in this revision

Viewing changes to include/test/mir_test_doubles/mock_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:
42
42
    MOCK_METHOD0(force_client_completion, void());
43
43
    MOCK_METHOD1(allow_framedropping, void(bool));
44
44
    MOCK_METHOD0(force_requests_to_complete, void());
 
45
    int buffers_ready_for_compositor() const override { return 1; }
45
46
};
46
47
}
47
48
}