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 00c5297648f8a7d59bf877428d85e9b660ad732e..ca260cfa8da72b483951e74aff9f4cc6202cf284 100644 |
--- a/ash/system/tray/tray_item_view.h |
+++ b/ash/system/tray/tray_item_view.h |
@@ -43,6 +43,7 @@ class TrayItemView : public views::View, |
// Overridden from views::View. |
virtual void SetVisible(bool visible) OVERRIDE; |
virtual gfx::Size GetPreferredSize() OVERRIDE; |
+ virtual int GetHeightForWidth(int width) OVERRIDE; |
protected: |
// Makes sure the widget relayouts after the size/visibility of the view |