| Index: ui/gfx/native_theme_base.cc
|
| diff --git a/ui/gfx/native_theme_base.cc b/ui/gfx/native_theme_base.cc
|
| index 95ba5aa1e681b1856e4f246b1c6837bab2157c68..372ea4527cd4d590470bccaf1365345c9db3a82c 100644
|
| --- a/ui/gfx/native_theme_base.cc
|
| +++ b/ui/gfx/native_theme_base.cc
|
| @@ -17,11 +17,7 @@
|
| namespace gfx {
|
|
|
| unsigned int NativeThemeBase::button_length_ = 14;
|
| -#if defined(TOUCH_UI)
|
| -unsigned int NativeThemeBase::scrollbar_width_ = 0;
|
| -#else
|
| unsigned int NativeThemeBase::scrollbar_width_ = 15;
|
| -#endif
|
|
|
| // These are the default dimensions of radio buttons and checkboxes.
|
| static const int kCheckboxAndRadioWidth = 13;
|
|
|