| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 663f5a15cb97403ec1ae4300e0952cfd6f0e85e6..b522b3a9aeddfa0fdd5edd30f6b7b16affef197d 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2895,7 +2895,7 @@ void FrameView::setTracksPaintInvalidations(bool trackPaintInvalidations)
|
| for (Frame* frame = m_frame->tree().top(); frame; frame = frame->tree().traverseNext()) {
|
| if (!frame->isLocalFrame())
|
| continue;
|
| - if (LayoutViewItem layoutView = LayoutViewItem(toLocalFrame(frame)->contentLayoutObject()))
|
| + if (LayoutViewItem layoutView = toLocalFrame(frame)->contentLayoutItem())
|
| layoutView.compositor()->setTracksPaintInvalidations(trackPaintInvalidations);
|
| }
|
|
|
|
|