| Index: third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.h b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| index 7cbadcc7309547be67fc44b7a70f59d57c9a6d6c..33ccd9803a3fd605c01c344f1136ab47fe44d31e 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| @@ -96,7 +96,7 @@ class CORE_EXPORT RootFrameViewport final
|
| void updateCompositorScrollAnimations() override;
|
| void cancelProgrammaticScrollAnimation() override;
|
| ScrollBehavior scrollBehaviorStyle() const override;
|
| - FrameViewBase* getWidget() override;
|
| + FrameViewBase* getFrameViewBase() override;
|
| void clearScrollableArea() override;
|
| LayoutBox* layoutBox() const override;
|
| FloatQuad localToVisibleContentQuad(const FloatQuad&,
|
|
|