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

Unified Diff: Source/core/css/CSSProperty.cpp

Issue 14907011: Support 'paint-order' from SVG2. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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/CSSProperty.cpp
diff --git a/Source/core/css/CSSProperty.cpp b/Source/core/css/CSSProperty.cpp
index 25485c3a26a4336789b3bd076f4ffbfaa36083d9..38c9020b24148da22df1fb577eb565879c50892d 100644
--- a/Source/core/css/CSSProperty.cpp
+++ b/Source/core/css/CSSProperty.cpp
@@ -679,6 +679,7 @@ bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID)
case CSSPropertyDominantBaseline:
case CSSPropertyVectorEffect:
case CSSPropertyBufferedRendering:
+ case CSSPropertyPaintOrder:
case CSSPropertyWebkitSvgShadow:
#endif
case CSSPropertyWebkitAppRegion:

Powered by Google App Engine
This is Rietveld 408576698