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

Unified Diff: services/ui/ws/display_manager.h

Issue 2549503002: Rename PlatformScreen to ScreenManager. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « services/ui/ws/cursor_unittest.cc ('k') | services/ui/ws/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display_manager.h
diff --git a/services/ui/ws/display_manager.h b/services/ui/ws/display_manager.h
index 1915aaa1b3a9675f7405963429f6d1a27283b250..00eeebb10f82c6f18c8948b26ee3390b38aded7a 100644
--- a/services/ui/ws/display_manager.h
+++ b/services/ui/ws/display_manager.h
@@ -10,7 +10,7 @@
#include <set>
#include "base/macros.h"
-#include "services/ui/display/platform_screen_delegate.h"
+#include "services/ui/display/screen_manager_delegate.h"
#include "services/ui/ws/ids.h"
#include "services/ui/ws/user_id.h"
#include "services/ui/ws/user_id_tracker_observer.h"
@@ -29,7 +29,7 @@ class WindowServer;
// between displays that do yet have an accelerated widget (pending), vs
// those that do.
class DisplayManager : public UserIdTrackerObserver,
- public display::PlatformScreenDelegate {
+ public display::ScreenManagerDelegate {
public:
DisplayManager(WindowServer* window_server, UserIdTracker* user_id_tracker);
~DisplayManager() override;
@@ -81,7 +81,7 @@ class DisplayManager : public UserIdTrackerObserver,
void OnActiveUserIdChanged(const UserId& previously_active_id,
const UserId& active_id) override;
- // display::PlatformScreenDelegate:
+ // display::ScreenManagerDelegate:
void OnDisplayAdded(int64_t id,
const display::ViewportMetrics& metrics) override;
void OnDisplayRemoved(int64_t id) override;
« no previous file with comments | « services/ui/ws/cursor_unittest.cc ('k') | services/ui/ws/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698