Index: components/mus/ws/connection_manager.cc |
diff --git a/components/mus/ws/connection_manager.cc b/components/mus/ws/connection_manager.cc |
index e4ee980cb6eb12ca5f996337f45b5ef8ea277a4d..ede74e9ecd942b93dc4520aeb0f9a3179bc2704e 100644 |
--- a/components/mus/ws/connection_manager.cc |
+++ b/components/mus/ws/connection_manager.cc |
@@ -255,8 +255,8 @@ void ConnectionManager::ProcessWindowBoundsChanged( |
void ConnectionManager::ProcessClientAreaChanged( |
const 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) { |
for (auto& pair : connection_map_) { |
pair.second->service()->ProcessClientAreaChanged( |
window, old_client_area, new_client_area, IsChangeSource(pair.first)); |
@@ -387,8 +387,8 @@ void ConnectionManager::OnWindowBoundsChanged(ServerWindow* window, |
void ConnectionManager::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) { |
if (in_destructor_) |
return; |