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

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

Issue 2614783003: Implements CSSPropertyAPI for the clip property. (Closed)
Patch Set: upstream 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 04b23667a72c16c7c5bc7f9a5fe462a3ea108b42..000ac32251196d3900978b9aef8fcff4c5b3d87d 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -234,7 +234,7 @@ buffered-rendering svg
caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|right], initial_keyword=top
caret-color interpolable, inherited, custom_all
clear
-clip interpolable, converter=convertClip, custom_all
+clip interpolable, converter=convertClip, custom_all, api_class
clip-path interpolable, converter=convertClipPath
clip-rule inherited, svg, type_name=WindRule
color-interpolation inherited, svg

Powered by Google App Engine
This is Rietveld 408576698