Index: ash/system/power/power_status_view.h |
diff --git a/ash/system/power/power_status_view.h b/ash/system/power/power_status_view.h |
index f394b06517822677cc495ca514e279ccc6d0cf80..aa4979e6d674b2767cba93ed549b0e06e87dd3e1 100644 |
--- a/ash/system/power/power_status_view.h |
+++ b/ash/system/power/power_status_view.h |
@@ -31,6 +31,7 @@ class PowerStatusView : public views::View { |
// Overridden from views::View. |
virtual gfx::Size GetPreferredSize() OVERRIDE; |
+ virtual int GetHeightForWidth(int width) OVERRIDE; |
virtual void Layout() OVERRIDE; |
private: |