| 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..3c3fc60cb85bf56b27c78749d8057f4a8bee4347 100644
|
| --- a/components/mus/ws/window_manager_access_policy.h
|
| +++ b/components/mus/ws/window_manager_access_policy.h
|
| @@ -43,6 +43,7 @@ class WindowManagerAccessPolicy : public AccessPolicy {
|
| bool CanSetWindowBounds(const ServerWindow* window) const override;
|
| bool CanSetWindowProperties(const ServerWindow* window) const override;
|
| bool CanSetWindowTextInputState(const ServerWindow* window) const override;
|
| + bool CanSetCapture(const ServerWindow* window) const override;
|
| bool CanSetFocus(const ServerWindow* window) const override;
|
| bool CanSetClientArea(const ServerWindow* window) const override;
|
| bool ShouldNotifyOnHierarchyChange(
|
|
|