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

Unified Diff: Source/core/css/CSSProperties.in

Issue 424683004: Use StyleBuilderConverter for text-decoration(-line). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Place the new function in order + refactor Created 6 years, 5 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 | « no previous file | Source/core/css/resolver/StyleBuilderConverter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index 74e15ead768f072dd557039e4c89c334cd7fc3de..b9607363911b09e90e1e0bcf664d58877b474de6 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -137,7 +137,7 @@ table-layout
tab-size type_name=unsigned
text-align custom_value
text-align-last type_name=TextAlignLast
-text-decoration custom_value
+text-decoration converter=convertFlags<TextDecoration>
text-decoration-line use_handlers_for=CSSPropertyTextDecoration
text-decoration-color custom_all
text-decoration-style type_name=TextDecorationStyle
@@ -148,7 +148,7 @@ text-rendering font, type_name=TextRenderingMode
text-shadow converter=convertShadow
text-transform
top initial=initialOffset, converter=convertLengthOrAuto
-touch-action custom_value
+touch-action converter=convertFlags<TouchAction>
touch-action-delay type_name=TouchActionDelay
unicode-bidi
vertical-align custom_inherit, custom_value
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleBuilderConverter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698