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

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

Issue 645073003: Move special code for 'shape-outside' out of StyleBuilderFunctions.cpp.tmpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index e17fb5ee8bcdeae57edd84cce8b8b807eb87fcdb..20e15733f0862ebdcd3d63e111fc8b5019586d94 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -243,7 +243,7 @@ right animatable, initial=initialOffset, converter=convertLengthOrAuto
scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior
shape-image-threshold animatable, type_name=float
shape-margin animatable, converter=convertLength
-shape-outside animatable, custom_value
+shape-outside animatable, converter=convertShapeValue
shape-rendering inherited, svg
size custom_all
speak inherited

Powered by Google App Engine
This is Rietveld 408576698