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

Unified Diff: components/mus/ws/access_policy.h

Issue 1677513002: mus Window Server: implement event capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/connection_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/access_policy.h
diff --git a/components/mus/ws/access_policy.h b/components/mus/ws/access_policy.h
index ac354798e9be3cc612061ef15b8521e4877b2f17..cbb3e0e6e80cbc847d6fce9310008c14d046cfe2 100644
--- a/components/mus/ws/access_policy.h
+++ b/components/mus/ws/access_policy.h
@@ -50,6 +50,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;
// Used for all cursor properties; which cursor should be displayed,
« no previous file with comments | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698