Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1649)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.cpp

Issue 2657863004: Move scroll paint property nodes to be owned by the transform tree (Closed)
Patch Set: Rebase & remove parens Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698