~vanvugt/mir/revert-r2288

« back to all changes in this revision

Viewing changes to tests/mir_test_framework/stub_client_platform_factory.cpp

client: Add set_gbm_device platform operation.

Approved by PS Jenkins bot, Robert Carr, Alan Griffiths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        context->populate_server_package(package);
51
51
    }
52
52
 
 
53
    MirPlatformMessage* platform_operation(MirPlatformMessage const*) override
 
54
    {
 
55
        return nullptr;
 
56
    }
 
57
 
53
58
    std::shared_ptr<mcl::ClientBufferFactory> create_buffer_factory()
54
59
    {
55
60
        return std::make_shared<mtd::StubClientBufferFactory>();