Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1679)

Unified Diff: ash/system/tray/tray_item_view.h

Issue 10386142: ash: Some code-cleanup around tray-resizing code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/tray/system_tray_unittest.cc ('k') | ash/system/tray/tray_item_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/system/tray/system_tray_unittest.cc ('k') | ash/system/tray/tray_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698