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

Unified Diff: services/ui/ws/cursor_unittest.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/service.cc ('k') | services/ui/ws/display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/cursor_unittest.cc
diff --git a/services/ui/ws/cursor_unittest.cc b/services/ui/ws/cursor_unittest.cc
index 8e38e2bd6cc1ed7c343d8520a67256d91a155d89..bfd4008d0a12da110f5d58b140d6e0bf0e3b0ba6 100644
--- a/services/ui/ws/cursor_unittest.cc
+++ b/services/ui/ws/cursor_unittest.cc
@@ -48,8 +48,8 @@ class CursorTest : public testing::Test {
protected:
// testing::Test:
void SetUp() override {
- platform_screen_.Init(window_server()->display_manager());
- platform_screen_.AddDisplay();
+ screen_manager_.Init(window_server()->display_manager());
+ screen_manager_.AddDisplay();
// As a side effect, this allocates Displays.
AddWindowManager(window_server(), kTestId1);
@@ -103,7 +103,7 @@ class CursorTest : public testing::Test {
private:
WindowServerTestHelper ws_test_helper_;
- TestPlatformScreen platform_screen_;
+ TestScreenManager screen_manager_;
DISALLOW_COPY_AND_ASSIGN(CursorTest);
};
« no previous file with comments | « services/ui/service.cc ('k') | services/ui/ws/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698