| Index: third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.cpp b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.cpp
|
| index b8c70c0aa8ad63367ed764dfd030d0907f53f2d1..cac9fe0686b8d2af4c8d2cf1011104841b4fa044 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.cpp
|
| @@ -99,7 +99,7 @@ const PropertyTreeState* PropertyTreeStateIterator::next() {
|
|
|
| String PropertyTreeState::toTreeString() const {
|
| return transform()->toTreeString() + "\n" + clip()->toTreeString() + "\n" +
|
| - effect()->toTreeString() + "\n" + scroll()->toTreeString();
|
| + effect()->toTreeString();
|
| }
|
|
|
| #endif
|
|
|