~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

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

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
struct MockSwapper : public compositor::BufferSwapper
33
33
{
34
34
public:
 
35
    MockSwapper() {}
35
36
    MockSwapper(std::shared_ptr<compositor::Buffer> buffer)
36
37
        : default_buffer(buffer)
37
38
    {