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

Unified Diff: ui/aura/test/mus/test_window_manager_client.h

Issue 2857963003: Add {Lock,Unlock,Show,Hide}Cursor() to the window manager mojom. (Closed)
Patch Set: General cleanup. 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
Index: ui/aura/test/mus/test_window_manager_client.h
diff --git a/ui/aura/test/mus/test_window_manager_client.h b/ui/aura/test/mus/test_window_manager_client.h
index e46d314df473d7cb472d81a29c66d140d8258eab..bf863460fd3f81666827514a246b5a40752d8b91 100644
--- a/ui/aura/test/mus/test_window_manager_client.h
+++ b/ui/aura/test/mus/test_window_manager_client.h
@@ -48,6 +48,12 @@ class TestWindowManagerClient : public ui::mojom::WindowManagerClient {
ui::mojom::FrameDecorationValuesPtr values) override;
void WmSetNonClientCursor(uint32_t window_id,
ui::CursorData cursor_data) override;
+ void WmLockCursor() override;
+ void WmUnlockCursor() override;
+ void WmShowCursor() override;
+ void WmHideCursor() override;
+ void WmSetGlobalOverrideCursor(
+ base::Optional<ui::CursorData> cursor) override;
void OnWmCreatedTopLevelWindow(uint32_t change_id,
Id transport_window_id) override;
void OnAcceleratorAck(

Powered by Google App Engine
This is Rietveld 408576698