20 #ifndef MIR_TEST_DOUBLES_STUB_SURFACE_BUILDER_H_
21 #define MIR_TEST_DOUBLES_STUB_SURFACE_BUILDER_H_
48 auto state = std::make_shared<MockSurfaceState>();
49 dummy_surface = std::make_shared<surfaces::Surface>(
50 state, buffer_stream, std::shared_ptr<input::InputChannel>());
58 std::shared_ptr<surfaces::BufferStream>
const buffer_stream;
59 std::shared_ptr<surfaces::Surface> dummy_surface;