| Index: components/mus/window_manager_access_policy.h
|
| diff --git a/components/mus/window_manager_access_policy.h b/components/mus/window_manager_access_policy.h
|
| index 885ad7a7ef92d76b6bfedd93d58e00d198195a72..6995dd0eb6640940db776e43244c5e2bb96df977 100644
|
| --- a/components/mus/window_manager_access_policy.h
|
| +++ b/components/mus/window_manager_access_policy.h
|
| @@ -34,6 +34,7 @@ class WindowManagerAccessPolicy : 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,
|
|
|