| 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 0d89067522a089799756b28dd7708628312e0d8b..b138fd022613206b442311227897412e40060c99 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp
|
| @@ -101,8 +101,6 @@ public:
|
| printer.addPropertyNode(perspective, "Perspective");
|
| if (const TransformPaintPropertyNode* scrollTranslation = paintProperties.scrollTranslation())
|
| printer.addPropertyNode(scrollTranslation, "ScrollTranslation");
|
| - if (const TransformPaintPropertyNode* transformForLayerContents = paintProperties.transformForLayerContents())
|
| - printer.addPropertyNode(transformForLayerContents, "TransformForLayerContents");
|
| }
|
|
|
| static void printNodeAsString(const TransformPaintPropertyNode* node, StringBuilder& stringBuilder)
|
|
|