| Index: services/ui/ws/access_policy.h
|
| diff --git a/services/ui/ws/access_policy.h b/services/ui/ws/access_policy.h
|
| index 901233963f8d8f096d2ff5dadaed0d2366c5cb8a..8dfe679255ed992964b35ec01a6fff1fc0f02364 100644
|
| --- a/services/ui/ws/access_policy.h
|
| +++ b/services/ui/ws/access_policy.h
|
| @@ -50,8 +50,7 @@ class AccessPolicy {
|
| virtual bool CanChangeWindowVisibility(const ServerWindow* window) const = 0;
|
| virtual bool CanChangeWindowOpacity(const ServerWindow* window) const = 0;
|
| virtual bool CanSetWindowCompositorFrameSink(
|
| - const ServerWindow* window,
|
| - mojom::CompositorFrameSinkType compositor_frame_sink_type) const = 0;
|
| + const ServerWindow* window) const = 0;
|
| virtual bool CanSetWindowBounds(const ServerWindow* window) const = 0;
|
| virtual bool CanSetWindowProperties(const ServerWindow* window) const = 0;
|
| virtual bool CanSetWindowTextInputState(const ServerWindow* window) const = 0;
|
|
|