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

Unified Diff: ash/test/cursor_manager_test_api.cc

Issue 1924703002: Rename gfx::Display/Screen to display::Display/Screen in ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « ash/test/cursor_manager_test_api.h ('k') | ash/test/display_manager_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/cursor_manager_test_api.cc
diff --git a/ash/test/cursor_manager_test_api.cc b/ash/test/cursor_manager_test_api.cc
index dfc43bbcda92d972ffb9fa001ddd77d69ef0393e..30d545a35e40ea0e5899165e0312fc2228020b02 100644
--- a/ash/test/cursor_manager_test_api.cc
+++ b/ash/test/cursor_manager_test_api.cc
@@ -8,7 +8,7 @@
#include "ash/test/shell_test_api.h"
#include "ash/wm/ash_native_cursor_manager.h"
#include "ui/base/cursor/image_cursors.h"
-#include "ui/gfx/display.h"
+#include "ui/display/display.h"
#include "ui/wm/core/cursor_manager.h"
namespace ash {
@@ -29,8 +29,8 @@ gfx::NativeCursor CursorManagerTestApi::GetCurrentCursor() const {
return cursor_manager_->GetCursor();
}
-gfx::Display::Rotation
-CursorManagerTestApi::GetCurrentCursorRotation() const {
+display::Display::Rotation CursorManagerTestApi::GetCurrentCursorRotation()
+ const {
return ShellTestApi(Shell::GetInstance()).ash_native_cursor_manager()->
image_cursors_->GetRotation();
}
« no previous file with comments | « ash/test/cursor_manager_test_api.h ('k') | ash/test/display_manager_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698