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

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

Issue 2609803002: Use ShadowData in DropShadowFilterOperation (Closed)
Patch Set: Fix blend(...) order Created 3 years, 12 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
Index: third_party/WebKit/Source/core/css/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index 5a30f1d12c91ff5829f49551efb436e9ff33374d..cafdc7156cf524ef6b0b837b564acd9523a66edb 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -214,7 +214,7 @@ border-top-right-radius interpolable, initial=initialBorderRadius, converter=con
border-top-style type_name=EBorderStyle, initial=initialBorderStyle
border-top-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_percentage
bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolable, initial=initialOffset, converter=convertLengthOrAuto
-box-shadow interpolable, converter=convertShadow
+box-shadow interpolable, converter=convertShadowList
box-sizing
break-after type_name=EBreak
break-before type_name=EBreak
@@ -370,7 +370,7 @@ text-decoration-style runtime_flag=CSS3TextDecorations, type_name=TextDecoration
text-indent interpolable, inherited, custom_all
text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify
text-overflow type_name=TextOverflow
-text-shadow interpolable, inherited, converter=convertShadow
+text-shadow interpolable, inherited, converter=convertShadowList
text-size-adjust inherited, converter=convertTextSizeAdjust, type_name=TextSizeAdjust
text-transform inherited, keyword_only, keywords=[capitalize|uppercase|lowercase|none], initial_keyword=none
text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=TextUnderlinePosition

Powered by Google App Engine
This is Rietveld 408576698