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