| Index: ui/aura/mus/window_tree_client.h
|
| diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
|
| index cc23a428f3e0c58bca016f31c7285d4476d9bc44..07ce81373325bcfc6aa05441934b7abe4cce8c57 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -342,9 +342,7 @@ class AURA_EXPORT WindowTreeClient
|
| void OnWindowPredefinedCursorChanged(Id window_id,
|
| ui::mojom::Cursor cursor) override;
|
| void OnWindowSurfaceChanged(Id window_id,
|
| - const cc::SurfaceId& surface_id,
|
| - const gfx::Size& frame_size,
|
| - float device_scale_factor) override;
|
| + const cc::SurfaceInfo& surface_info) override;
|
| void OnDragDropStart(
|
| const std::unordered_map<std::string, std::vector<uint8_t>>& mime_data)
|
| override;
|
|
|