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

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

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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/mus_thread_proxy.cc ('k') | ui/ozone/platform/headless/ozone_platform_headless.cc » ('j') | 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 3a30dfb0c0e4baa91d977cb282a709fb1fc4f797..0e2fdc1398c416807bbf487c52d2b1b73a103392 100644
--- a/ui/ozone/platform/drm/ozone_platform_gbm.cc
+++ b/ui/ozone/platform/drm/ozone_platform_gbm.cc
@@ -135,7 +135,7 @@ class OzonePlatformGbm
platform_window->Initialize();
return std::move(platform_window);
}
- std::unique_ptr<NativeDisplayDelegate> CreateNativeDisplayDelegate()
+ std::unique_ptr<display::NativeDisplayDelegate> CreateNativeDisplayDelegate()
override {
return base::MakeUnique<DrmNativeDisplayDelegate>(display_manager_.get());
}
« no previous file with comments | « ui/ozone/platform/drm/mus_thread_proxy.cc ('k') | ui/ozone/platform/headless/ozone_platform_headless.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698