| 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 c1fbe43ee8cf5e283cc3b6d91fcaa804f47f6924..a7b60707bbaf67aca2f13a35531c57db1cd7982d 100644
|
| --- a/components/mus/ws/default_access_policy.h
|
| +++ b/components/mus/ws/default_access_policy.h
|
| @@ -50,6 +50,7 @@ class DefaultAccessPolicy : public AccessPolicy {
|
| bool CanSetCapture(const ServerWindow* window) const override;
|
| bool CanSetFocus(const ServerWindow* window) const override;
|
| bool CanSetClientArea(const ServerWindow* window) const override;
|
| + bool CanSetHitTestMask(const ServerWindow* window) const override;
|
| bool CanSetCursorProperties(const ServerWindow* window) const override;
|
| bool ShouldNotifyOnHierarchyChange(
|
| const ServerWindow* window,
|
|
|