| 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 f5b766d31211ee47889c41fd16218b7d567de8af..db74bc0c8e74bbc9479bf5568f0549696d004c07 100644
|
| --- a/components/mus/ws/default_access_policy.h
|
| +++ b/components/mus/ws/default_access_policy.h
|
| @@ -44,6 +44,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 ShouldNotifyOnHierarchyChange(
|
|
|