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

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

Issue 2618673002: Implements CSSPropertyAPI for the webkit-highlight property. (Closed)
Patch Set: dependencies Created 3 years, 11 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 6792c18cc76a5ae033cc24739b4b90e40c9e0468..7865774af84a93159dd4d5ea717a77553ce0c602 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -423,7 +423,7 @@ column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
column-rule-width interpolable, converter=convertLineWidth<unsigned short>
column-span type_name=ColumnSpan
column-width interpolable, converter=convertComputedLength<float>, custom_all
--webkit-highlight inherited, converter=convertString<CSSValueNone>
+-webkit-highlight inherited, converter=convertString<CSSValueNone>, api_class
-webkit-hyphenate-character inherited, name_for_methods=HyphenationString, converter=convertString<CSSValueAuto>
-webkit-line-break inherited, type_name=LineBreak
-webkit-line-clamp type_name=LineClampValue

Powered by Google App Engine
This is Rietveld 408576698