Index: ui/views/shadow_border.h |
=================================================================== |
--- ui/views/shadow_border.h (revision 236640) |
+++ ui/views/shadow_border.h (working copy) |
@@ -24,6 +24,7 @@ |
// Overridden from views::Border: |
virtual void Paint(const views::View& view, gfx::Canvas* canvas) OVERRIDE; |
virtual gfx::Insets GetInsets() const OVERRIDE; |
+ virtual gfx::Size GetMinimumSize() const OVERRIDE; |
private: |
// Blur amount of the shadow in pixels. For details on how blur is defined see |