Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(524)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTheme.cpp

Issue 1917253006: Do not remove -webkit-appearance:meter by background or border CSS properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-styles.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-styles.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698