| Index: services/ui/ws/server_window_observer.h
|
| diff --git a/services/ui/ws/server_window_observer.h b/services/ui/ws/server_window_observer.h
|
| index f57f0df24dfaf150c11ba06078d44945bf937a08..67180f1d631699aa0b654a61f7bf45d9f2b33ff4 100644
|
| --- a/services/ui/ws/server_window_observer.h
|
| +++ b/services/ui/ws/server_window_observer.h
|
| @@ -49,7 +49,8 @@ class ServerWindowObserver {
|
|
|
| virtual void OnWindowBoundsChanged(ServerWindow* window,
|
| const gfx::Rect& old_bounds,
|
| - const gfx::Rect& new_bounds) {}
|
| + const gfx::Rect& new_bounds,
|
| + const cc::LocalFrameId& local_frame_id) {}
|
|
|
| virtual void OnWindowClientAreaChanged(
|
| ServerWindow* window,
|
|
|