| Index: components/mus/ws/default_access_policy.h
|
| diff --git a/components/mus/ws/default_access_policy.h b/components/mus/ws/default_access_policy.h
|
| index f5b766d31211ee47889c41fd16218b7d567de8af..f710f52975c42f9e4b378187103767ad6fde51ed 100644
|
| --- a/components/mus/ws/default_access_policy.h
|
| +++ b/components/mus/ws/default_access_policy.h
|
| @@ -46,6 +46,7 @@ class DefaultAccessPolicy : 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,
|
|
|