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

Unified Diff: components/mus/window_manager_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/window_manager_access_policy.h
diff --git a/components/mus/window_manager_access_policy.h b/components/mus/window_manager_access_policy.h
index 885ad7a7ef92d76b6bfedd93d58e00d198195a72..6995dd0eb6640940db776e43244c5e2bb96df977 100644
--- a/components/mus/window_manager_access_policy.h
+++ b/components/mus/window_manager_access_policy.h
@@ -34,6 +34,7 @@ class WindowManagerAccessPolicy : 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