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

Unified Diff: ui/ozone/public/ozone_platform.h

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/x11/ozone_platform_x11.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/ozone_platform.h
diff --git a/ui/ozone/public/ozone_platform.h b/ui/ozone/public/ozone_platform.h
index 93b08d22f757fa5d5ecfb372de6284fb698984e3..236924f01591b3a53d0c52d6959e7854c9f8483f 100644
--- a/ui/ozone/public/ozone_platform.h
+++ b/ui/ozone/public/ozone_platform.h
@@ -10,6 +10,10 @@
#include "base/macros.h"
#include "ui/ozone/ozone_export.h"
+namespace display {
+class NativeDisplayDelegate;
+}
+
namespace gfx {
class Rect;
}
@@ -28,7 +32,6 @@ namespace ui {
class CursorFactoryOzone;
class InputController;
class GpuPlatformSupportHost;
-class NativeDisplayDelegate;
class OverlayManagerOzone;
class PlatformWindow;
class PlatformWindowDelegate;
@@ -102,7 +105,7 @@ class OZONE_EXPORT OzonePlatform {
virtual std::unique_ptr<PlatformWindow> CreatePlatformWindow(
PlatformWindowDelegate* delegate,
const gfx::Rect& bounds) = 0;
- virtual std::unique_ptr<ui::NativeDisplayDelegate>
+ virtual std::unique_ptr<display::NativeDisplayDelegate>
CreateNativeDisplayDelegate() = 0;
// Ozone platform implementations may also choose to expose mojo interfaces to
« no previous file with comments | « ui/ozone/platform/x11/ozone_platform_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698