| 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 2087bfe2ebb632c072dd36eb436ea0e5be315592..bfef706076be71a277094007b62c0c4ba2c504ba 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -778,6 +778,7 @@ private:
|
| void updateViewportIntersectionIfNeeded();
|
| void notifyRenderThrottlingObservers();
|
| void updateThrottlingStatus();
|
| + void notifyResizeObserver();
|
|
|
| // PaintInvalidationCapableScrollableArea
|
| LayoutScrollbarPart* resizer() const override { return nullptr; }
|
|
|