| 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 84c8acb4a780aa53394815ee09202948c46764d5..63c99dd8387dbd42ae98d504295a81b5109a720f 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 };
|
|
|