| 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 8d98eb212b0f108fcdbb87743f9ea28bfe619cc0..e8c2b2c6dcc8fcd203d515fde275dadede2f38e9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| @@ -390,13 +390,15 @@ bool LayoutTheme::isControlStyled(const ComputedStyle& style) const
|
| case SquareButtonPart:
|
| case ButtonPart:
|
| case ProgressBarPart:
|
| - case MeterPart:
|
| case RelevancyLevelIndicatorPart:
|
| case ContinuousCapacityLevelIndicatorPart:
|
| case DiscreteCapacityLevelIndicatorPart:
|
| case RatingLevelIndicatorPart:
|
| return style.hasAuthorBackground() || style.hasAuthorBorder();
|
|
|
| + case MeterPart:
|
| + return style.hasAuthorBackground();
|
| +
|
| case MenulistPart:
|
| case SearchFieldPart:
|
| case TextAreaPart:
|
|
|