| 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 a3904399780b5be1f28692d10372409ea4ad71e1..6d2adbcab1974802091f34d717a5c387e37f294e 100644
|
| --- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| @@ -29,7 +29,6 @@ void PrePaintTreeWalk::walk(FrameView& rootFrame)
|
| DCHECK(rootFrame.frame().document()->lifecycle().state() == DocumentLifecycle::InPrePaint);
|
|
|
| PrePaintTreeWalkContext rootContext;
|
| - m_propertyTreeBuilder.buildTreeRootNodes(rootFrame, rootContext.treeBuilderContext);
|
| walk(rootFrame, rootContext);
|
| m_paintInvalidator.processPendingDelayedPaintInvalidations();
|
| }
|
|
|