| 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 457fce5b9c48650ec6ee67b1a07df9f412eb510f..33129c2076fb9fc7b2cea943be0622aa7a0de2c6 100644
|
| --- a/components/mus/ws/window_manager_access_policy.h
|
| +++ b/components/mus/ws/window_manager_access_policy.h
|
| @@ -49,6 +49,7 @@ class WindowManagerAccessPolicy : 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,
|
| @@ -61,6 +62,7 @@ class WindowManagerAccessPolicy : public AccessPolicy {
|
|
|
| private:
|
| bool IsWindowKnown(const ServerWindow* window) const;
|
| + bool WasCreatedByThisConnection(const ServerWindow* window) const;
|
|
|
| ConnectionSpecificId connection_id_ = 0u;
|
| AccessPolicyDelegate* delegate_ = nullptr;
|
|
|