| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 81a20c2da46fef7d9f07d18c04471e69297affa2..2db8f069776810fbf78999ac47932a642ddda870 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -1017,9 +1017,9 @@ void FrameView::invalidateTreeIfNeeded()
|
|
|
| TRACE_EVENT1("blink", "FrameView::invalidateTree", "root", rootForPaintInvalidation->debugName().ascii());
|
|
|
| - LayoutState rootLayoutState(*rootForPaintInvalidation);
|
| + PaintInvalidationState rootPaintInvalidationState(*rootForPaintInvalidation);
|
|
|
| - rootForPaintInvalidation->invalidateTreeAfterLayout(*rootForPaintInvalidation->containerForPaintInvalidation());
|
| + rootForPaintInvalidation->invalidateTreeAfterLayout(rootPaintInvalidationState);
|
|
|
| // Invalidate the paint of the frameviews scrollbars if needed
|
| if (hasVerticalBarDamage())
|
|
|