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

Unified Diff: third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp

Issue 2768453003: Put SVGResourceContainer subtypes into their own property trees. (Closed)
Patch Set: none Created 3 years, 9 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/core/paint/PrePaintTreeWalk.cpp
diff --git a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
index 8706e09f2a5c079a2ddc0af2eb68557368136677..250318b6c8d5e4b30ded64fccf35cf1c318acf00 100644
--- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
+++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
@@ -49,7 +49,6 @@ void PrePaintTreeWalk::walk(FrameView& rootFrame) {
DocumentLifecycle::InPrePaint);
PrePaintTreeWalkContext initialContext;
- m_propertyTreeBuilder.setupInitialContext(*initialContext.treeBuilderContext);
initialContext.ancestorTransformedOrRootPaintLayer =
rootFrame.layoutView()->layer();

Powered by Google App Engine
This is Rietveld 408576698