Chromium Code Reviews| Index: ui/views/controls/button/checkbox.h |
| diff --git a/ui/views/controls/button/checkbox.h b/ui/views/controls/button/checkbox.h |
| index 08d2c338d98db735a0e2882303011ad161f2f01d..a2d80ba52a4fd6c4db6782ebcf3469b545392839 100644 |
| --- a/ui/views/controls/button/checkbox.h |
| +++ b/ui/views/controls/button/checkbox.h |
| @@ -18,7 +18,7 @@ class VIEWS_EXPORT CheckboxNativeThemeBorder |
| : public TextButtonNativeThemeBorder { |
| public: |
| explicit CheckboxNativeThemeBorder(views::NativeThemeDelegate* delegate) |
| - : TextButtonNativeThemeBorder(delegate) {} |
| + : TextButtonNativeThemeBorder(delegate), use_custom_insets_(false) {} |
|
sky
2013/04/05 21:10:00
nit: since the constructor wrapped wrap this to th
Dan Beam
2013/04/05 21:57:45
Done.
|
| virtual ~CheckboxNativeThemeBorder() {} |
| // The insets apply to the whole view (checkbox + text), not just the square |