~vanvugt/mir/handoff

« back to all changes in this revision

Viewing changes to tests/include/mir/test/doubles/stub_client_buffer_stream_factory.h

  • Committer: Daniel van Vugt
  • Date: 2015-08-12 06:37:54 UTC
  • mfrom: (2798.1.36 development-branch)
  • Revision ID: daniel.van.vugt@canonical.com-20150812063754-xu3amehp1kzqj3xf
Merge latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        MirConnection*,
37
37
        client::rpc::DisplayServer& /* server */,
38
38
        protobuf::BufferStream const& /* protobuf_bs */,
39
 
        std::string const& /* surface_name */) override
 
39
        std::string const& /* surface_name */,
 
40
        geometry::Size) override
40
41
    {
41
42
        return nullptr;
42
43
    }
45
46
        MirConnection*,
46
47
        client::rpc::DisplayServer& /* server */,
47
48
        protobuf::BufferStream const& /* protobuf_bs */,
48
 
        std::string const& /* surface_name */) override
 
49
        std::string const& /* surface_name */,
 
50
        geometry::Size) override
49
51
    {
50
52
        return nullptr;
51
53
    }