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

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

Issue 2780623002: exo: Fix multi-display hardware cursor (Closed)
Patch Set: Fix style error Created 3 years, 7 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 | « ui/aura/client/cursor_client_observer.h ('k') | ui/aura/test/test_cursor_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2b6f1733513f7379e7f26514805d25695147b607..8b4e1d999b5ecf2160c825dbef5ba275bb7198da 100644
--- a/ui/aura/test/test_cursor_client.h
+++ b/ui/aura/test/test_cursor_client.h
@@ -43,6 +43,7 @@ class TestCursorClient : public aura::client::CursorClient {
void DisableMouseEvents() override;
bool IsMouseEventsEnabled() const override;
void SetDisplay(const display::Display& display) override;
+ const display::Display& GetDisplay() const override;
void LockCursor() override;
void UnlockCursor() override;
bool IsCursorLocked() const override;
« no previous file with comments | « ui/aura/client/cursor_client_observer.h ('k') | ui/aura/test/test_cursor_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698