| Index: components/mus/default_access_policy.h
|
| diff --git a/components/mus/default_access_policy.h b/components/mus/default_access_policy.h
|
| index 7ee9b88317eb5df9710b2abb33969c6b199c911a..7f593e5febf6ed0663965f3f1bd7c5ad3d879116 100644
|
| --- a/components/mus/default_access_policy.h
|
| +++ b/components/mus/default_access_policy.h
|
| @@ -35,6 +35,7 @@ class DefaultAccessPolicy : public AccessPolicy {
|
| bool CanSetViewBounds(const ServerView* view) const override;
|
| bool CanSetViewProperties(const ServerView* view) const override;
|
| bool CanSetViewTextInputState(const ServerView* view) const override;
|
| + bool CanSetCapture(const ServerView* view) const override;
|
| bool CanSetFocus(const ServerView* view) const override;
|
| bool ShouldNotifyOnHierarchyChange(
|
| const ServerView* view,
|
|
|