| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp
|
| index 796c69a50cd4ba67703acad442416d0f304a84c6..0c68fe9e232af1ce886cd6f3ad0540b2a31bc30d 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp
|
| @@ -100,8 +100,8 @@ public:
|
| printer.addPropertyNode(transform, "Transform");
|
| if (const TransformPaintPropertyNode* perspective = paintProperties.perspective())
|
| printer.addPropertyNode(perspective, "Perspective");
|
| - if (const TransformPaintPropertyNode* svgLocalTransform = paintProperties.svgLocalTransform())
|
| - printer.addPropertyNode(svgLocalTransform, "SvgLocalTransform");
|
| + if (const TransformPaintPropertyNode* svgLocalToBorderBoxTransform = paintProperties.svgLocalToBorderBoxTransform())
|
| + printer.addPropertyNode(svgLocalToBorderBoxTransform, "SvgLocalToBorderBoxTransform");
|
| if (const TransformPaintPropertyNode* scrollTranslation = paintProperties.scrollTranslation())
|
| printer.addPropertyNode(scrollTranslation, "ScrollTranslation");
|
| if (const TransformPaintPropertyNode* scrollbarPaintOffset = paintProperties.scrollbarPaintOffset())
|
|
|