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

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

Issue 2612783003: Implements CSSPropertyAPI for the shape-margin property. (Closed)
Patch Set: rebase 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 68f3635e239fa7e14ed88afc0e808afe066dd3be..ac44541a2906a9b035de663aaf8749efa10999c2 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -355,7 +355,7 @@ scroll-snap-points-y runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin
scroll-snap-destination runtime_flag=CSSScrollSnapPoints, converter=convertPosition
scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCoordinates, api_class
shape-image-threshold interpolable, type_name=float
-shape-margin interpolable, converter=convertLength
+shape-margin interpolable, converter=convertLength, api_class
shape-outside interpolable, converter=convertShapeValue, typedom_types=[Image]
shape-rendering inherited, svg
size custom_all, api_class
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698