| 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 7de2782196fa820234d0b03a93f3845bbfa71378..0ae5ac16df1bb9b31b6c64ad4dbd2a6909e10e0b 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -339,7 +339,7 @@ class CORE_EXPORT FrameView final
|
| };
|
|
|
| ScrollingReasons getScrollingReasons() const;
|
| - bool isScrollable();
|
| + bool isScrollable() const override;
|
| bool isProgrammaticallyScrollable() override;
|
|
|
| enum ScrollbarModesCalculationStrategy { RulesFromWebContentOnly, AnyRule };
|
|
|