Chromium Code Reviews| 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(); |
|
chrishtr
2017/01/26 21:22:58
Still useful to print the scroll independently?
pdr.
2017/01/27 20:09:33
The scroll tree is now printed via the transform->
|
| + effect()->toTreeString(); |
| } |
| #endif |