| Index: services/ui/ws/window_manager_access_policy.h
|
| diff --git a/services/ui/ws/window_manager_access_policy.h b/services/ui/ws/window_manager_access_policy.h
|
| index dd115c3723cf6398d1d70e3a2fe6e1ad86315b1e..b7c8729689995a1457323a9fdb2565abdd4e06cd 100644
|
| --- a/services/ui/ws/window_manager_access_policy.h
|
| +++ b/services/ui/ws/window_manager_access_policy.h
|
| @@ -42,9 +42,7 @@ class WindowManagerAccessPolicy : public AccessPolicy {
|
| bool CanChangeWindowVisibility(const ServerWindow* window) const override;
|
| bool CanChangeWindowOpacity(const ServerWindow* window) const override;
|
| bool CanSetWindowCompositorFrameSink(
|
| - const ServerWindow* window,
|
| - ui::mojom::CompositorFrameSinkType compositor_frame_sink_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;
|
|
|