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