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

Unified Diff: services/ui/display/screen_manager.h

Issue 2829733002: mus: Changes SetDisplayRoot() to create actual display (Closed)
Patch Set: unnecessary get Created 3 years, 8 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 | « no previous file | services/ui/display/screen_manager_forwarding.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/screen_manager.h
diff --git a/services/ui/display/screen_manager.h b/services/ui/display/screen_manager.h
index 9252194c689f0c9ee2bff131f947593f9da64381..017b40db9addb8983baadbc00ce2932fa17bc131 100644
--- a/services/ui/display/screen_manager.h
+++ b/services/ui/display/screen_manager.h
@@ -16,6 +16,8 @@ class BinderRegistry;
namespace display {
+class ScreenBase;
+
// ScreenManager provides the necessary functionality to configure all
// attached physical displays.
class ScreenManager {
@@ -40,6 +42,8 @@ class ScreenManager {
// Handle requests from the platform to close a display.
virtual void RequestCloseDisplay(int64_t display_id) = 0;
+ virtual display::ScreenBase* GetScreen() = 0;
+
private:
static ScreenManager* instance_; // Instance is not owned.
« no previous file with comments | « no previous file | services/ui/display/screen_manager_forwarding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698