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 ddc590440fd2b6a006baf826153022fb2d2c6ab5..9221264d9f27a5befc5df4dffd765453ef203ddc 100644 |
--- a/third_party/WebKit/Source/core/css/CSSProperties.in |
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in |
@@ -384,7 +384,7 @@ text-overflow type_name=TextOverflow |
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 |
+text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=TextUnderlinePosition, api_class |
top typedom_types=[Length], keywords=[auto], supports_percentage, interpolable, initial=initialOffset, converter=convertLengthOrAuto |
touch-action converter=convertFlags<TouchAction>, type_name=TouchAction |
transform typedom_types=[Transform], keywords=[none], interpolable, converter=convertTransformOperations |