| Index: components/mus/access_policy.h
|
| diff --git a/components/mus/access_policy.h b/components/mus/access_policy.h
|
| index 7537d30abe488b64f3cef70886f7bd667060af41..1bef596ae5265afce4a8d74fb9e099f41b056b6f 100644
|
| --- a/components/mus/access_policy.h
|
| +++ b/components/mus/access_policy.h
|
| @@ -39,6 +39,7 @@ class AccessPolicy {
|
| virtual bool CanSetViewBounds(const ServerView* view) const = 0;
|
| virtual bool CanSetViewProperties(const ServerView* view) const = 0;
|
| virtual bool CanSetViewTextInputState(const ServerView* view) const = 0;
|
| + virtual bool CanSetCapture(const ServerView* view) const = 0;
|
| virtual bool CanSetFocus(const ServerView* view) const = 0;
|
|
|
| // Returns whether the connection should notify on a hierarchy change.
|
|
|