| 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 ba9390ceefc3c49beb97344ff97cca2e13efd04a..621d097c3d2fbebaf26d9fe59c78a337a643924a 100644
|
| --- a/components/mus/ws/window_manager_access_policy.h
|
| +++ b/components/mus/ws/window_manager_access_policy.h
|
| @@ -45,6 +45,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 CanSetCursorProperties(const ServerWindow* window) const override;
|
|
|