| 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 b522b3a9aeddfa0fdd5edd30f6b7b16affef197d..f4f278f15e933a7a6bf7db0e0dbf8fed8d66fcf0 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -3959,7 +3959,7 @@ void FrameView::collectFrameTimingRequests(GraphicsLayerFrameTimingRequests& gra
|
| return;
|
| Frame* frame = m_frame.get();
|
| LocalFrame* localFrame = toLocalFrame(frame);
|
| - LayoutRect viewRect = localFrame->contentLayoutObject()->viewRect();
|
| + LayoutRect viewRect = localFrame->contentLayoutItem().viewRect();
|
| const LayoutBoxModelObject& paintInvalidationContainer = localFrame->contentLayoutObject()->containerForPaintInvalidation();
|
| // If the frame is being throttled, its compositing state may not be up to date.
|
| if (!paintInvalidationContainer.enclosingLayer()->isAllowedToQueryCompositingState())
|
|
|