Index: components/mus/ws/window_manager_access_policy.h |
diff --git a/components/mus/ws/window_manager_access_policy.h b/components/mus/ws/window_manager_access_policy.h |
index ba1c6b47bead442b263644cbb258eaebe69e2bfd..8781cf5867578b032a006e775487db1d3890e0c7 100644 |
--- a/components/mus/ws/window_manager_access_policy.h |
+++ b/components/mus/ws/window_manager_access_policy.h |
@@ -45,6 +45,7 @@ class WindowManagerAccessPolicy : public AccessPolicy { |
bool CanSetWindowTextInputState(const ServerWindow* window) const override; |
bool CanSetFocus(const ServerWindow* window) const override; |
bool CanSetClientArea(const ServerWindow* window) const override; |
+ bool CanSetCursorProperties(const ServerWindow* window) const override; |
bool ShouldNotifyOnHierarchyChange( |
const ServerWindow* window, |
const ServerWindow** new_parent, |