| Index: ui/ozone/platform/drm/gpu/drm_thread_proxy.h
|
| diff --git a/ui/ozone/platform/drm/gpu/drm_thread_proxy.h b/ui/ozone/platform/drm/gpu/drm_thread_proxy.h
|
| index 1d51c571043e53732c7b9fa02c0da84d887fad29..4ae9ca2de11fb4bfe5a33a557aa8f64d925459fa 100644
|
| --- a/ui/ozone/platform/drm/gpu/drm_thread_proxy.h
|
| +++ b/ui/ozone/platform/drm/gpu/drm_thread_proxy.h
|
| @@ -22,7 +22,7 @@ class InterThreadMessagingProxy;
|
| // objects then deal with safely posting the messages to the DRM thread.
|
| class DrmThreadProxy {
|
| public:
|
| - explicit DrmThreadProxy();
|
| + DrmThreadProxy();
|
| ~DrmThreadProxy();
|
|
|
| void BindThreadIntoMessagingProxy(InterThreadMessagingProxy* messaging_proxy);
|
|
|