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

Unified Diff: ui/aura/mus/window_manager_delegate.h

Issue 2830703003: [views-mus] Support custom cursors. (Closed)
Patch Set: fix cast_shell_linux Created 3 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 | « ui/aura/mus/in_flight_change.cc ('k') | ui/aura/mus/window_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_manager_delegate.h
diff --git a/ui/aura/mus/window_manager_delegate.h b/ui/aura/mus/window_manager_delegate.h
index 0441963ea68516a140edd894c9cafc734f6c6055..917fe53917a58ca85d2946a380f132ec9fc2f7ed 100644
--- a/ui/aura/mus/window_manager_delegate.h
+++ b/ui/aura/mus/window_manager_delegate.h
@@ -48,7 +48,7 @@ class AURA_EXPORT WindowManagerClient {
virtual void SetFrameDecorationValues(
ui::mojom::FrameDecorationValuesPtr values) = 0;
virtual void SetNonClientCursor(Window* window,
- ui::mojom::CursorType non_client_cursor) = 0;
+ const ui::CursorData& non_client_cursor) = 0;
virtual void AddAccelerators(
std::vector<ui::mojom::WmAcceleratorPtr> accelerators,
« no previous file with comments | « ui/aura/mus/in_flight_change.cc ('k') | ui/aura/mus/window_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698