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

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

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.h
diff --git a/ui/aura/test/test_cursor_client.h b/ui/aura/test/test_cursor_client.h
index 8d3faaabc5f1ccd8d2e30106aa676c09d97dd7e7..2b6f1733513f7379e7f26514805d25695147b607 100644
--- a/ui/aura/test/test_cursor_client.h
+++ b/ui/aura/test/test_cursor_client.h
@@ -42,7 +42,7 @@ class TestCursorClient : public aura::client::CursorClient {
void EnableMouseEvents() override;
void DisableMouseEvents() override;
bool IsMouseEventsEnabled() const override;
- void SetDisplay(const gfx::Display& display) override;
+ void SetDisplay(const display::Display& display) override;
void LockCursor() override;
void UnlockCursor() override;
bool IsCursorLocked() const override;

Powered by Google App Engine
This is Rietveld 408576698