| 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 fc11edea547fe0b630b6dd3a213e620052050ed7..e21111b731025d4a0caaf0be705163c2a31bb441 100644
|
| --- a/components/mus/ws/default_access_policy.h
|
| +++ b/components/mus/ws/default_access_policy.h
|
| @@ -46,6 +46,7 @@ class DefaultAccessPolicy : 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;
|
|
|