| Index: ui/gfx/native_theme_chromeos.cc
|
| diff --git a/ui/gfx/native_theme_chromeos.cc b/ui/gfx/native_theme_chromeos.cc
|
| index 3d1b8fccbff5856c0ac421b90555f9dbc6f098f6..3919d8f33dd648c3ce576b2944dfab1ec94fd6a8 100644
|
| --- a/ui/gfx/native_theme_chromeos.cc
|
| +++ b/ui/gfx/native_theme_chromeos.cc
|
| @@ -256,11 +256,7 @@ gfx::Size NativeThemeChromeos::GetPartSize(Part part,
|
| // This function might be called from Worker process during html layout
|
| // without calling GfxModule::SetResourceProvider. So using dimension
|
| // constants instead of getting it from resource images.
|
| -#if defined(TOUCH_UI)
|
| - static const int kScrollbarWidth = 0;
|
| -#else
|
| static const int kScrollbarWidth = 13;
|
| -#endif
|
| static const int kScrollbarArrowUpHeight = 12;
|
| static const int kScrollbarArrowDownHeight = 12;
|
|
|
|
|