Chromium Code Reviews| Index: ui/views/controls/focusable_border.cc |
| =================================================================== |
| --- ui/views/controls/focusable_border.cc (revision 236640) |
| +++ ui/views/controls/focusable_border.cc (working copy) |
| @@ -60,6 +60,10 @@ |
| return insets_; |
| } |
| +gfx::Size FocusableBorder::GetMinimumSize() const { |
| + return gfx::Size(); |
| +} |
| + |
| void FocusableBorder::SetInsets(int top, int left, int bottom, int right) { |
| insets_.Set(top, left, bottom, right); |
| } |