| Index: Source/core/css/RenderStyleCSSValueMapping.cpp
|
| diff --git a/Source/core/css/RenderStyleCSSValueMapping.cpp b/Source/core/css/RenderStyleCSSValueMapping.cpp
|
| index b28e71a70b0df6ca99e19863b1d2427ae04438ba..e89dc3d039c78289b386a9c6e209a0773d2ead3a 100644
|
| --- a/Source/core/css/RenderStyleCSSValueMapping.cpp
|
| +++ b/Source/core/css/RenderStyleCSSValueMapping.cpp
|
| @@ -2560,6 +2560,10 @@ PassRefPtrWillBeRawPtr<CSSValue> RenderStyleCSSValueMapping::get(CSSPropertyID p
|
| case CSSPropertyEnableBackground:
|
| // the above properties are not yet implemented in the engine
|
| return nullptr;
|
| + case CSSPropertyX:
|
| + return zoomAdjustedPixelValueForLength(svgStyle.x(), style);
|
| + case CSSPropertyY:
|
| + return zoomAdjustedPixelValueForLength(svgStyle.y(), style);
|
|
|
| case CSSPropertyAll:
|
| return nullptr;
|
|
|