| 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 a3d645eed36ccd1b8304e93ff63b57c418802338..6f0154af23692d661e8054dcb932740973349b5d 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -772,6 +772,7 @@ private:
|
| void updateViewportIntersectionIfNeeded();
|
| void notifyRenderThrottlingObservers();
|
| void updateThrottlingStatus();
|
| + void notifyResizeObserver();
|
|
|
| // PaintInvalidationCapableScrollableArea
|
| LayoutBox& boxForScrollControlPaintInvalidation() const override;
|
|
|