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

Unified Diff: ui/ozone/platform/drm/host/drm_display_host_manager.cc

Issue 2844023002: Ozone DRM: Destroy MusThreadProxy last. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | ui/ozone/platform/drm/ozone_platform_gbm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/host/drm_display_host_manager.cc
diff --git a/ui/ozone/platform/drm/host/drm_display_host_manager.cc b/ui/ozone/platform/drm/host/drm_display_host_manager.cc
index c603352ceb0234937516a0f1a69919771e3c8bd0..f99ac41e516742d510cd9e83fad8cbca16293aaa 100644
--- a/ui/ozone/platform/drm/host/drm_display_host_manager.cc
+++ b/ui/ozone/platform/drm/host/drm_display_host_manager.cc
@@ -155,6 +155,7 @@ DrmDisplayHostManager::DrmDisplayHostManager(
DrmDisplayHostManager::~DrmDisplayHostManager() {
device_manager_->RemoveObserver(this);
proxy_->UnRegisterHandlerForDrmDisplayHostManager();
+ proxy_->RemoveGpuThreadObserver(this);
}
DrmDisplayHost* DrmDisplayHostManager::GetDisplay(int64_t display_id) {
« no previous file with comments | « no previous file | ui/ozone/platform/drm/ozone_platform_gbm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698