| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index cee1ebf5ec91817a2da111a8a8b8bc37e6c8bd53..4db6bb626d2e63a948b2867def520dbc95d1b2ca 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -747,9 +747,9 @@ private:
|
| template <typename Function> void forAllNonThrottledFrameViews(Function);
|
|
|
| void setNeedsUpdateViewportIntersection();
|
| - void updateViewportIntersectionsForSubtree();
|
| + void updateViewportIntersectionsForSubtree(LifeCycleUpdateOption);
|
| void updateViewportIntersectionIfNeeded();
|
| - void notifyIntersectionObservers();
|
| + void notifyRenderThrottlingObservers();
|
|
|
| // PaintInvalidationCapableScrollableArea
|
| LayoutBox& boxForScrollControlPaintInvalidation() const override;
|
| @@ -788,7 +788,7 @@ private:
|
| unsigned m_nestedLayoutCount;
|
| Timer<FrameView> m_postLayoutTasksTimer;
|
| Timer<FrameView> m_updateWidgetsTimer;
|
| - OwnPtr<CancellableTaskFactory> m_intersectionObserverNotificationFactory;
|
| + OwnPtr<CancellableTaskFactory> m_renderThrottlingObserverNotificationFactory;
|
|
|
| bool m_firstLayout;
|
| bool m_isTransparent;
|
|
|