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

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

Issue 2642013002: Implements CSSPropertyAPI for the shape-outside property. (Closed)
Patch Set: Fix Utils 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 aca95d02c7bc462c759ba3e487c75dfd52aac172..69d78b6c5eebdac23ce5d60f58f06fbdc577e3ca 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -356,7 +356,7 @@ scroll-snap-destination runtime_flag=CSSScrollSnapPoints, converter=convertPosit
scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCoordinates, api_class
shape-image-threshold interpolable, type_name=float
shape-margin interpolable, converter=convertLength, api_class
-shape-outside interpolable, converter=convertShapeValue, typedom_types=[Image]
+shape-outside interpolable, converter=convertShapeValue, typedom_types=[Image], api_class
shape-rendering inherited, svg
size custom_all, api_class
snap-height runtime_flag=CSSSnapSize, inherited, custom_all
« 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