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

« back to all changes in this revision

Viewing changes to tests/unit-tests/frontend/test_session_mediator_gbm.cpp

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        return std::make_shared<mg::PlatformIPCPackage>();
84
84
    }
85
85
 
86
 
    EGLNativeDisplayType shell_egl_display()
 
86
    std::shared_ptr<mg::InternalClient> create_internal_client(std::shared_ptr<mf::Surface> const&)
87
87
    {
88
 
        return static_cast<EGLNativeDisplayType>(0);
 
88
        return std::shared_ptr<mg::InternalClient>();
89
89
    }
90
90
 
91
91
    MOCK_METHOD1(drm_auth_magic, void(drm_magic_t));