| 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 6f3258cb1d1edd142fff07e18039a5251cd5156e..ba75ce86068fab72ced2f52cf828717389dc3fe6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| @@ -397,7 +397,6 @@ bool LayoutTheme::isControlStyled(const ComputedStyle& style) const
|
| case SquareButtonPart:
|
| case ButtonPart:
|
| case ProgressBarPart:
|
| - case MeterPart:
|
| return style.hasAuthorBackground() || style.hasAuthorBorder();
|
|
|
| case MenulistPart:
|
|
|