| Index: services/ui/ws/access_policy.h
|
| diff --git a/services/ui/ws/access_policy.h b/services/ui/ws/access_policy.h
|
| index fa5b236aebb374585778f27bafb0de5b344718e0..c29e39888ee03fd8c590c36a47f3dfd9e5b1a05f 100644
|
| --- a/services/ui/ws/access_policy.h
|
| +++ b/services/ui/ws/access_policy.h
|
| @@ -59,7 +59,7 @@ class AccessPolicy {
|
| virtual bool CanSetClientArea(const ServerWindow* window) const = 0;
|
| virtual bool CanSetHitTestMask(const ServerWindow* window) const = 0;
|
| virtual bool CanSetAcceptDrops(const ServerWindow* window) const = 0;
|
| - virtual bool CanSetAcceptEvents(const ServerWindow* window) const = 0;
|
| + virtual bool CanSetEventTargetingPolicy(const ServerWindow* window) const = 0;
|
| virtual bool CanStackAbove(const ServerWindow* above,
|
| const ServerWindow* below) const = 0;
|
| virtual bool CanStackAtTop(const ServerWindow* window) const = 0;
|
|
|