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

Unified Diff: ui/ozone/platform/drm/ozone_platform_gbm.cc

Issue 2920613002: ozone: fix broken overlay promotion bug at start-up time. (Closed)
Patch Set: move to GpuConfiguredDisplay 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
« no previous file with comments | « ui/ozone/platform/drm/host/drm_display_host_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/ozone_platform_gbm.cc
diff --git a/ui/ozone/platform/drm/ozone_platform_gbm.cc b/ui/ozone/platform/drm/ozone_platform_gbm.cc
index df0cb0a2d8b04471226174852b8a0d78d91cb5bb..1ae295d777fd4b1d1a6af312d4aec95f9e35e65d 100644
--- a/ui/ozone/platform/drm/ozone_platform_gbm.cc
+++ b/ui/ozone/platform/drm/ozone_platform_gbm.cc
@@ -191,12 +191,12 @@ class OzonePlatformGbm : public OzonePlatform {
adapter = gpu_platform_support_host_.get();
}
- display_manager_.reset(
- new DrmDisplayHostManager(adapter, device_manager_.get(),
- event_factory_ozone_->input_controller()));
- cursor_factory_ozone_.reset(new BitmapCursorFactoryOzone);
overlay_manager_.reset(
new DrmOverlayManager(adapter, window_manager_.get()));
+ display_manager_.reset(new DrmDisplayHostManager(
+ adapter, device_manager_.get(), overlay_manager_.get(),
+ event_factory_ozone_->input_controller()));
+ cursor_factory_ozone_.reset(new BitmapCursorFactoryOzone);
if (using_mojo_ || single_process_) {
mus_thread_proxy_->ProvideManagers(display_manager_.get(),
« no previous file with comments | « ui/ozone/platform/drm/host/drm_display_host_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698