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

Unified Diff: services/ui/service.h

Issue 2549503002: Rename PlatformScreen to ScreenManager. (Closed)
Patch Set: Created 4 years 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
Index: services/ui/service.h
diff --git a/services/ui/service.h b/services/ui/service.h
index 6b1a18a052018d71a699662e5def395dba16ec81..40cd1b1b502fc6789976a371fee6612103027912 100644
--- a/services/ui/service.h
+++ b/services/ui/service.h
@@ -41,7 +41,7 @@
#endif
namespace display {
-class PlatformScreen;
+class ScreenManager;
}
namespace gfx {
@@ -181,7 +181,7 @@ class Service
// Manages display hardware and handles display management. May register Mojo
// interfaces and must outlive service_manager::InterfaceRegistry.
- std::unique_ptr<display::PlatformScreen> platform_screen_;
+ std::unique_ptr<display::ScreenManager> screen_manager_;
std::unique_ptr<ws::TouchController> touch_controller_;
IMERegistrarImpl ime_registrar_;

Powered by Google App Engine
This is Rietveld 408576698