| Index: services/ui/ws/access_policy.h
|
| diff --git a/services/ui/ws/access_policy.h b/services/ui/ws/access_policy.h
|
| index 452f17a9610925d1aa91d1f8d7ea07f9673b7b32..7bef5cc918cca3a4f435f6c4c772635afe76c417 100644
|
| --- a/services/ui/ws/access_policy.h
|
| +++ b/services/ui/ws/access_policy.h
|
| @@ -58,6 +58,7 @@ class AccessPolicy {
|
| virtual bool CanSetFocus(const ServerWindow* window) const = 0;
|
| 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;
|
| // Used for all client controllable cursor properties; which cursor should be
|
| // displayed, visibility, locking, etc.
|
|
|