Index: ash/system/tray/tray_item_view.h |
diff --git a/ash/system/tray/tray_item_view.h b/ash/system/tray/tray_item_view.h |
index 62f7013b75e0ddb22872a2325cd41528436e257d..69a9ebf72e66485dca54a783c592c1689bba57fa 100644 |
--- a/ash/system/tray/tray_item_view.h |
+++ b/ash/system/tray/tray_item_view.h |
@@ -54,12 +54,10 @@ class TrayItemView : public views::View, |
// The default animation duration is 200ms. But each view can customize this. |
virtual int GetAnimationDurationMS(); |
- // Overridden from views::View. |
- virtual void PreferredSizeChanged() OVERRIDE; |
- |
private: |
// Overridden from views::View. |
virtual gfx::Size GetPreferredSize() OVERRIDE; |
+ virtual void ChildPreferredSizeChanged(View* child) OVERRIDE; |
// Overridden from ui::AnimationDelegate. |
virtual void AnimationProgressed(const ui::Animation* animation) OVERRIDE; |