Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: ui/ozone/platform/drm/gpu/drm_thread_proxy.h

Issue 2870653002: ozone: Use the right thread for BinderRegistry. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « no previous file | ui/ozone/platform/drm/ozone_platform_gbm.cc » ('j') | ui/ozone/platform/drm/ozone_platform_gbm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698