| Index: services/ui/ws/window_server.h
|
| diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
|
| index a572c5e3c813bc346635732f32d7661f0a04588d..2174f1e0eda0a50fe8c91ae8d20aa190ad98ee7e 100644
|
| --- a/services/ui/ws/window_server.h
|
| +++ b/services/ui/ws/window_server.h
|
| @@ -197,7 +197,7 @@ class WindowServer : public ServerWindowDelegate,
|
| void ProcessWillChangeWindowPredefinedCursor(ServerWindow* window,
|
| mojom::Cursor cursor_id);
|
| void ProcessWindowSurfaceCreated(ServerWindow* window,
|
| - mojom::SurfaceType surface_type,
|
| + mojom::CompositorFrameSinkType surface_type,
|
| const cc::SurfaceId& surface_id,
|
| const gfx::Size& frame_size,
|
| float device_scale_factor);
|
|
|