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

Unified Diff: services/ui/service.h

Issue 2128333002: Move PlatformSceen to services/ui/display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « services/ui/display/platform_screen_impl_ozone.cc ('k') | services/ui/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/service.h
diff --git a/services/ui/service.h b/services/ui/service.h
index 48c11efef134fa4350c08bae606a8c4829e8bfbd..5251e9bc4f0302145ba22d594451f5e9515c9785 100644
--- a/services/ui/service.h
+++ b/services/ui/service.h
@@ -51,9 +51,13 @@ class PlatformEventSource;
}
namespace ui {
+
+namespace display {
+class PlatformScreen;
+}
+
namespace ws {
class ForwardingWindowManager;
-class PlatformScreen;
class WindowServer;
}
@@ -169,7 +173,7 @@ class Service
std::unique_ptr<ui::ClientNativePixmapFactory> client_native_pixmap_factory_;
#endif
- std::unique_ptr<ws::PlatformScreen> platform_screen_;
+ std::unique_ptr<display::PlatformScreen> platform_screen_;
std::unique_ptr<ws::TouchController> touch_controller_;
base::WeakPtrFactory<Service> weak_ptr_factory_;
« no previous file with comments | « services/ui/display/platform_screen_impl_ozone.cc ('k') | services/ui/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698