| 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 21b73d52e780ac12c6286b3741525cd3e3d7c656..b1c7d40bca52dff8e1d762cd6f57970fb4f640e9 100644
|
| --- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| @@ -41,7 +41,7 @@ void PrePaintTreeWalk::walk(FrameView& frameView,
|
| return;
|
|
|
| PrePaintTreeWalkContext localContext(context);
|
| - m_propertyTreeBuilder.updatePropertiesAndContext(
|
| + m_propertyTreeBuilder.updateFramePropertiesAndContext(
|
| frameView, localContext.treeBuilderContext);
|
|
|
| if (RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled()) {
|
|
|