| Index: third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| index 80427aca4046736eebf16fe4cb4e32b72c3e3a02..e5320a00c95703d1c365dc36fdb15d0e9c1186dd 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| @@ -406,10 +406,6 @@ bool LayoutTheme::isControlStyled(const ComputedStyle& style) const
|
| case TextFieldPart:
|
| return style.hasAuthorBackground() || style.hasAuthorBorder() || style.boxShadow();
|
|
|
| - case SliderHorizontalPart:
|
| - case SliderVerticalPart:
|
| - return style.boxShadow();
|
| -
|
| default:
|
| return false;
|
| }
|
|
|