| 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 229a8449b839ef0795501575a92c3a542dee2232..e02bffd3737469a2d86e41354e57a2b316ae6cdc 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -356,6 +356,7 @@ class CORE_EXPORT FrameView final
|
|
|
| bool scrollbarsCanBeActive() const override;
|
| void scrollbarVisibilityChanged() override;
|
| + void scrollbarFrameRectChanged() override;
|
|
|
| // FIXME: Remove this method once plugin loading is decoupled from layout.
|
| void flushAnyPendingPostLayoutTasks();
|
|
|