| Index: components/mus/ws/access_policy.h
|
| diff --git a/components/mus/ws/access_policy.h b/components/mus/ws/access_policy.h
|
| index 9b382fe6aa481fcc13cc7bd01032ece217daad20..45797948920e89fc0cc6701982c63484ea0f633f 100644
|
| --- a/components/mus/ws/access_policy.h
|
| +++ b/components/mus/ws/access_policy.h
|
| @@ -48,6 +48,7 @@ class AccessPolicy {
|
| virtual bool CanSetWindowBounds(const ServerWindow* window) const = 0;
|
| virtual bool CanSetWindowProperties(const ServerWindow* window) const = 0;
|
| virtual bool CanSetWindowTextInputState(const ServerWindow* window) const = 0;
|
| + virtual bool CanSetCapture(const ServerWindow* window) const = 0;
|
| virtual bool CanSetFocus(const ServerWindow* window) const = 0;
|
| virtual bool CanSetClientArea(const ServerWindow* window) const = 0;
|
|
|
|
|