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

Unified Diff: ui/aura/test/test_cursor_client.cc

Issue 1922783002: Move gfx::Display/Screen to display::Display/Screen in aura/events (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
Index: ui/aura/test/test_cursor_client.cc
diff --git a/ui/aura/test/test_cursor_client.cc b/ui/aura/test/test_cursor_client.cc
index ef1eba210eeaecc05d6a1b6d6c3520c406717103..123046cd450786524ddfd699c70dc803dbc3ca1e 100644
--- a/ui/aura/test/test_cursor_client.cc
+++ b/ui/aura/test/test_cursor_client.cc
@@ -66,8 +66,7 @@ bool TestCursorClient::IsMouseEventsEnabled() const {
return mouse_events_enabled_;
}
-void TestCursorClient::SetDisplay(const gfx::Display& display) {
-}
+void TestCursorClient::SetDisplay(const display::Display& display) {}
void TestCursorClient::LockCursor() {
cursor_lock_count_++;

Powered by Google App Engine
This is Rietveld 408576698