| Index: components/mus/ws/server_window_observer.h
|
| diff --git a/components/mus/ws/server_window_observer.h b/components/mus/ws/server_window_observer.h
|
| index f963cebbeed258021c29d0ab8d6acae7d3d22883..be51d04a00e835acca64f830da0f1aaeb2f27524 100644
|
| --- a/components/mus/ws/server_window_observer.h
|
| +++ b/components/mus/ws/server_window_observer.h
|
| @@ -8,6 +8,7 @@
|
| #include "components/mus/public/interfaces/mus_constants.mojom.h"
|
|
|
| namespace gfx {
|
| +class Insets;
|
| class Rect;
|
| }
|
|
|
| @@ -46,8 +47,8 @@ class ServerWindowObserver {
|
| const gfx::Rect& new_bounds) {}
|
|
|
| virtual void OnWindowClientAreaChanged(ServerWindow* window,
|
| - const gfx::Rect& old_client_area,
|
| - const gfx::Rect& new_client_area) {}
|
| + const gfx::Insets& old_client_area,
|
| + const gfx::Insets& new_client_area) {}
|
|
|
| virtual void OnWindowReordered(ServerWindow* window,
|
| ServerWindow* relative,
|
|
|