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