| 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 64b7372f33952e86bdeab428f10cd522dea8979c..60384e630f184780a3624d4c56cb07eb48381397 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -762,6 +762,8 @@ class CORE_EXPORT FrameView final
|
| void updateScrollbars();
|
| void updateScrollbarsIfNeeded();
|
|
|
| + void didChangeScrollbarsHidden() override;
|
| +
|
| class InUpdateScrollbarsScope {
|
| STACK_ALLOCATED();
|
|
|
|
|