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

Unified Diff: components/mus/access_policy.h

Issue 1352043005: mus: Implement Window Server Capture Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a test Created 5 years, 3 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 | « no previous file | components/mus/default_access_policy.h » ('j') | components/mus/public/cpp/view.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/access_policy.h
diff --git a/components/mus/access_policy.h b/components/mus/access_policy.h
index 7537d30abe488b64f3cef70886f7bd667060af41..1bef596ae5265afce4a8d74fb9e099f41b056b6f 100644
--- a/components/mus/access_policy.h
+++ b/components/mus/access_policy.h
@@ -39,6 +39,7 @@ class AccessPolicy {
virtual bool CanSetViewBounds(const ServerView* view) const = 0;
virtual bool CanSetViewProperties(const ServerView* view) const = 0;
virtual bool CanSetViewTextInputState(const ServerView* view) const = 0;
+ virtual bool CanSetCapture(const ServerView* view) const = 0;
virtual bool CanSetFocus(const ServerView* view) const = 0;
// Returns whether the connection should notify on a hierarchy change.
« no previous file with comments | « no previous file | components/mus/default_access_policy.h » ('j') | components/mus/public/cpp/view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698