Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: services/ui/ws/default_access_policy.h

Issue 2118383002: mus: Disregard windows that explicitly set can_accept_events to be false when sending events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/ws/access_policy.h ('k') | services/ui/ws/default_access_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/default_access_policy.h
diff --git a/services/ui/ws/default_access_policy.h b/services/ui/ws/default_access_policy.h
index b2172e1f69ae62ec0c708e2a57b06b58f34df2d7..5918d90c6e0731be1c6dc4e0a9d68b26214987b2 100644
--- a/services/ui/ws/default_access_policy.h
+++ b/services/ui/ws/default_access_policy.h
@@ -51,6 +51,7 @@ class DefaultAccessPolicy : public AccessPolicy {
bool CanSetFocus(const ServerWindow* window) const override;
bool CanSetClientArea(const ServerWindow* window) const override;
bool CanSetHitTestMask(const ServerWindow* window) const override;
+ bool CanSetAcceptEvents(const ServerWindow* window) const override;
bool CanSetCursorProperties(const ServerWindow* window) const override;
bool CanInitiateMoveLoop(const ServerWindow* window) const override;
bool ShouldNotifyOnHierarchyChange(
« no previous file with comments | « services/ui/ws/access_policy.h ('k') | services/ui/ws/default_access_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698