| Index: third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp
|
| index a23b70c8538d4e26f1c5f5eb040d9158654d2b14..e0d778f384951b8d32008ea19ac60b2d97978c20 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp
|
| @@ -339,7 +339,7 @@ int LayoutThemeDefault::popupInternalPaddingBottom(
|
| int LayoutThemeDefault::scrollbarThicknessInDIP() {
|
| int width = Platform::current()
|
| ->themeEngine()
|
| - ->getSize(WebThemeEngine::PartScrollbarDownArrow)
|
| + ->getSize(WebThemeEngine::PartScrollbarUpArrow)
|
| .width;
|
| return width > 0 ? width : 15;
|
| }
|
|
|