| Index: Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/SVGCSSComputedStyleDeclaration.cpp b/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| index 425777ccfcb35a69b0eaa2d2827c3128e53ac5dd..24f8581325f5d5c5732ddbaa47be3e63d9f9491f 100644
|
| --- a/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| @@ -192,6 +192,8 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(CSSProp
|
| }
|
| case CSSPropertyWebkitSvgShadow:
|
| return valueForShadow(svgStyle->shadow(), propertyID, style);
|
| + case CSSPropertyPaintOrder:
|
| + return CSSPrimitiveValue::create(svgStyle->paintOrder());
|
| case CSSPropertyVectorEffect:
|
| return CSSPrimitiveValue::create(svgStyle->vectorEffect());
|
| case CSSPropertyMaskType:
|
|
|