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

Unified Diff: services/ui/ws/default_access_policy.h

Issue 2617403003: Mus: Remove CompositorFrameSinkType (Closed)
Patch Set: Fix some unit tests Created 3 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
« no previous file with comments | « services/ui/ws/access_policy.h ('k') | services/ui/ws/default_access_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/default_access_policy.h
diff --git a/services/ui/ws/default_access_policy.h b/services/ui/ws/default_access_policy.h
index 3666817202898b21742ea0b26927f148c5671bf5..5f25846cc7dc3f9e230a12fe933d2a84629bbdc4 100644
--- a/services/ui/ws/default_access_policy.h
+++ b/services/ui/ws/default_access_policy.h
@@ -43,8 +43,7 @@ class DefaultAccessPolicy : public AccessPolicy {
bool CanChangeWindowVisibility(const ServerWindow* window) const override;
bool CanChangeWindowOpacity(const ServerWindow* window) const override;
bool CanSetWindowCompositorFrameSink(
- const ServerWindow* window,
- ui::mojom::CompositorFrameSinkType surface_type) const override;
+ const ServerWindow* window) const override;
bool CanSetWindowBounds(const ServerWindow* window) const override;
bool CanSetWindowProperties(const ServerWindow* window) const override;
bool CanSetWindowTextInputState(const ServerWindow* window) const override;
« no previous file with comments | « services/ui/ws/access_policy.h ('k') | services/ui/ws/default_access_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698