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

Unified Diff: components/mus/default_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
Index: components/mus/default_access_policy.h
diff --git a/components/mus/default_access_policy.h b/components/mus/default_access_policy.h
index 7ee9b88317eb5df9710b2abb33969c6b199c911a..7f593e5febf6ed0663965f3f1bd7c5ad3d879116 100644
--- a/components/mus/default_access_policy.h
+++ b/components/mus/default_access_policy.h
@@ -35,6 +35,7 @@ class DefaultAccessPolicy : public AccessPolicy {
bool CanSetViewBounds(const ServerView* view) const override;
bool CanSetViewProperties(const ServerView* view) const override;
bool CanSetViewTextInputState(const ServerView* view) const override;
+ bool CanSetCapture(const ServerView* view) const override;
bool CanSetFocus(const ServerView* view) const override;
bool ShouldNotifyOnHierarchyChange(
const ServerView* view,

Powered by Google App Engine
This is Rietveld 408576698