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

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

Issue 1605773004: mus: Implement Window Server Capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create InFlightCaptureChange add tests Created 4 years, 11 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/ws/default_access_policy.h
diff --git a/components/mus/ws/default_access_policy.h b/components/mus/ws/default_access_policy.h
index 5c2d5f6ab7dff3720dc878c0f13681dbe46d16b4..da8db324cfe5654ee29f28c7c14fc3ea91f0554f 100644
--- a/components/mus/ws/default_access_policy.h
+++ b/components/mus/ws/default_access_policy.h
@@ -46,6 +46,7 @@ class DefaultAccessPolicy : public AccessPolicy {
bool CanSetWindowBounds(const ServerWindow* window) const override;
bool CanSetWindowProperties(const ServerWindow* window) const override;
bool CanSetWindowTextInputState(const ServerWindow* window) const override;
+ bool CanSetCapture(const ServerWindow* window) const override;
bool CanSetFocus(const ServerWindow* window) const override;
bool CanSetClientArea(const ServerWindow* window) const override;
bool CanSetCursorProperties(const ServerWindow* window) const override;

Powered by Google App Engine
This is Rietveld 408576698