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

« back to all changes in this revision

Viewing changes to tests/integration-tests/test_drm_auth_magic.cpp

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        return std::make_shared<mg::PlatformIPCPackage>();
81
81
    }
82
82
 
83
 
    EGLNativeDisplayType shell_egl_display()
 
83
    std::shared_ptr<mg::InternalClient> create_internal_client(std::shared_ptr<mir::frontend::Surface> const&)
84
84
    {
85
 
        return static_cast<EGLNativeDisplayType>(0);
 
85
        return std::shared_ptr<mg::InternalClient>();
86
86
    }
87
87
 
88
88
    MOCK_METHOD1(drm_auth_magic, void(unsigned int));