| 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 05c982f2476023977c3011b438e3fb586ebfce44..b08bd52fb252eb55382aae8efc88b3b61a95dc95 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -765,6 +765,8 @@
|
| void updateScrollbars();
|
| void updateScrollbarsIfNeeded();
|
|
|
| + void didChangeScrollbarsHidden() override;
|
| +
|
| class InUpdateScrollbarsScope {
|
| STACK_ALLOCATED();
|
|
|
|
|