Index: ash/frame/custom_frame_view_ash.cc |
diff --git a/ash/frame/custom_frame_view_ash.cc b/ash/frame/custom_frame_view_ash.cc |
index 296dc3f12d7800ca015a2b4afe5af6a9e5fdc1d4..85722ffc8acb363c3a660f10390097b1ecfcbe26 100644 |
--- a/ash/frame/custom_frame_view_ash.cc |
+++ b/ash/frame/custom_frame_view_ash.cc |
@@ -485,7 +485,7 @@ gfx::Size CustomFrameViewAsh::GetMinimumSize() const { |
NonClientTopBorderHeight() + min_client_view_size.height()); |
} |
-gfx::Size CustomFrameViewAsh::GetMaximumSize() { |
+gfx::Size CustomFrameViewAsh::GetMaximumSize() const { |
gfx::Size max_client_size(frame_->client_view()->GetMaximumSize()); |
int width = 0; |
int height = 0; |