| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 2c331a96809758271c39740d0ef6b303e7f0de5d..6710392d3f5f17162ab1aa17df6335fbba1dba91 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -399,7 +399,8 @@ static const CSSPropertyID computedProperties[] = {
|
| CSSPropertyGlyphOrientationHorizontal,
|
| CSSPropertyGlyphOrientationVertical,
|
| CSSPropertyWebkitSvgShadow,
|
| - CSSPropertyVectorEffect
|
| + CSSPropertyVectorEffect,
|
| + CSSPropertyPaintOrder
|
| #endif
|
| };
|
|
|
| @@ -2791,6 +2792,7 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| case CSSPropertyTextAnchor:
|
| case CSSPropertyVectorEffect:
|
| case CSSPropertyWritingMode:
|
| + case CSSPropertyPaintOrder:
|
| case CSSPropertyWebkitSvgShadow:
|
| return getSVGPropertyCSSValue(propertyID, DoNotUpdateLayout);
|
| #endif
|
|
|