| Index: ui/ozone/platform/drm/gpu/drm_thread_message_proxy.cc
|
| diff --git a/ui/ozone/platform/drm/gpu/drm_thread_message_proxy.cc b/ui/ozone/platform/drm/gpu/drm_thread_message_proxy.cc
|
| index 9aebd99ad78d069269e65ca5dc74c90825a87811..ef9ff26c3ab9f35a68ddcbf3c7ecddd0eb117bc3 100644
|
| --- a/ui/ozone/platform/drm/gpu/drm_thread_message_proxy.cc
|
| +++ b/ui/ozone/platform/drm/gpu/drm_thread_message_proxy.cc
|
| @@ -21,8 +21,8 @@ void DrmThreadMessageProxy::SetDrmThread(DrmThread* thread) {
|
| drm_thread_ = thread;
|
| }
|
|
|
| -void DrmThreadMessageProxy::OnFilterAdded(IPC::Sender* sender) {
|
| - sender_ = sender;
|
| +void DrmThreadMessageProxy::OnFilterAdded(IPC::Channel* channel) {
|
| + sender_ = channel;
|
|
|
| // The DRM thread needs to be started late since we need to wait for the
|
| // sandbox to start.
|
|
|