| Index: services/ui/ws/window_manager_access_policy.h
|
| diff --git a/services/ui/ws/window_manager_access_policy.h b/services/ui/ws/window_manager_access_policy.h
|
| index bb2ece9c7920fec884b34e962f2a3e4bce6955c3..da8ce52dee559abe771b47a565ad3ab71c01275c 100644
|
| --- a/services/ui/ws/window_manager_access_policy.h
|
| +++ b/services/ui/ws/window_manager_access_policy.h
|
| @@ -50,6 +50,7 @@ class WindowManagerAccessPolicy : public AccessPolicy {
|
| bool CanSetFocus(const ServerWindow* window) const override;
|
| bool CanSetClientArea(const ServerWindow* window) const override;
|
| bool CanSetHitTestMask(const ServerWindow* window) const override;
|
| + bool CanSetAcceptEvents(const ServerWindow* window) const override;
|
| bool CanSetCursorProperties(const ServerWindow* window) const override;
|
| bool CanInitiateMoveLoop(const ServerWindow* window) const override;
|
| bool ShouldNotifyOnHierarchyChange(
|
|
|