| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index ef484602a66cdd261d7f1c59e990acf4c8a5a5f0..9dcdeb2d788106e47aae934fb2e111e50406c7f9 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -343,8 +343,11 @@ static const CSSPropertyID staticComputableProperties[] = {
|
| CSSPropertyGlyphOrientationVertical,
|
| CSSPropertyVectorEffect,
|
| CSSPropertyPaintOrder,
|
| + CSSPropertyCx,
|
| + CSSPropertyCy,
|
| CSSPropertyX,
|
| CSSPropertyY,
|
| + CSSPropertyR,
|
| CSSPropertyRx,
|
| CSSPropertyRy
|
| };
|
|
|