| 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 ecb5bbfbb0193e86d64898498ac17b62c7ce01a9..0583b29eb2e93db443698f0ec0795dbbf99f50fc 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -436,6 +436,7 @@ class CORE_EXPORT FrameView final
|
| GraphicsLayer* LayerForScrollCorner() const override;
|
| int ScrollSize(ScrollbarOrientation) const override;
|
| bool IsScrollCornerVisible() const override;
|
| + bool UpdateAfterCompositingChange() override;
|
| bool UserInputScrollable(ScrollbarOrientation) const override;
|
| bool ShouldPlaceVerticalScrollbarOnLeft() const override;
|
| FrameViewBase* GetFrameViewBase() override;
|
|
|