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

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

Issue 1605773004: mus: Implement Window Server Capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Original Review Comments 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/access_policy.h
diff --git a/components/mus/ws/access_policy.h b/components/mus/ws/access_policy.h
index f054b3feab5a9e5cd4f82b192c648cc566748e0f..d7b827d5a20a294068e566f4f189273e1268fbf7 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,

Powered by Google App Engine
This is Rietveld 408576698