Index: ui/app_list/views/top_icon_animation_view.cc |
diff --git a/ui/app_list/views/top_icon_animation_view.cc b/ui/app_list/views/top_icon_animation_view.cc |
index 8ec69214f7841cf3413e58dca479337e6a51faee..f64a3720ee8ab4f5d05c60ee60e8a8242f915976 100644 |
--- a/ui/app_list/views/top_icon_animation_view.cc |
+++ b/ui/app_list/views/top_icon_animation_view.cc |
@@ -67,7 +67,7 @@ void TopIconAnimationView::TransformView() { |
layer()->SetTransform(open_folder_ ? gfx::Transform() : transform); |
} |
-gfx::Size TopIconAnimationView::GetPreferredSize() { |
+gfx::Size TopIconAnimationView::GetPreferredSize() const { |
return icon_size_; |
} |