~ci-train-bot/mir/mir-ubuntu-artful-2983

« back to all changes in this revision

Viewing changes to tests/include/mir_test_framework/stubbed_server_configuration.h

Merge latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    ~StubbedServerConfiguration();
41
41
 
42
42
    std::shared_ptr<graphics::Platform> the_graphics_platform() override;
43
 
    std::shared_ptr<compositor::RendererFactory> the_renderer_factory() override;
 
43
    std::shared_ptr<renderer::RendererFactory> the_renderer_factory() override;
44
44
    // We override the_input_manager in the default server configuration
45
45
    // to avoid starting and stopping the full android input stack for tests
46
46
    // which do not leverage input.