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

Unified Diff: services/ui/ws/platform_display_default.cc

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/display_unittest.cc ('k') | services/ui/ws/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/platform_display_default.cc
diff --git a/services/ui/ws/platform_display_default.cc b/services/ui/ws/platform_display_default.cc
index 41d40ca8f519e1274b53693b0c2ce0958acaa0b4..11f105d675ea49025ae95c3d1f6582d3a46404da 100644
--- a/services/ui/ws/platform_display_default.cc
+++ b/services/ui/ws/platform_display_default.cc
@@ -5,7 +5,7 @@
#include "services/ui/ws/platform_display_default.h"
#include "gpu/ipc/client/gpu_channel_host.h"
-#include "services/ui/display/platform_screen.h"
+#include "services/ui/display/screen_manager.h"
#include "services/ui/ws/platform_display_init_params.h"
#include "services/ui/ws/server_window.h"
#include "ui/base/cursor/cursor_loader.h"
@@ -212,7 +212,7 @@ void PlatformDisplayDefault::DispatchEvent(ui::Event* event) {
}
void PlatformDisplayDefault::OnCloseRequest() {
- display::PlatformScreen::GetInstance()->RequestCloseDisplay(GetId());
+ display::ScreenManager::GetInstance()->RequestCloseDisplay(GetId());
}
void PlatformDisplayDefault::OnClosed() {}
« no previous file with comments | « services/ui/ws/display_unittest.cc ('k') | services/ui/ws/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698