| 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 661cda8f99283eca964bb9533b57f79f9053c816..ec91f09f74de9cc9bc231745eea39b2a59b8ea90 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| @@ -60,6 +60,7 @@ class CORE_EXPORT RootFrameViewport final
|
| LayoutRect ScrollIntoView(const LayoutRect& rect_in_content,
|
| const ScrollAlignment& align_x,
|
| const ScrollAlignment& align_y,
|
| + bool is_smooth,
|
| ScrollType = kProgrammaticScroll) override;
|
| IntRect VisibleContentRect(
|
| IncludeScrollbarsInRect = kExcludeScrollbars) const override;
|
| @@ -79,6 +80,7 @@ class CORE_EXPORT RootFrameViewport final
|
| IntRect ScrollableAreaBoundingBox() const override;
|
| bool UserInputScrollable(ScrollbarOrientation) const override;
|
| bool ShouldPlaceVerticalScrollbarOnLeft() const override;
|
| + bool ScheduleAnimation() override;
|
| void ScrollControlWasSetNeedsPaintInvalidation() override;
|
| GraphicsLayer* LayerForContainer() const override;
|
| GraphicsLayer* LayerForScrolling() const override;
|
| @@ -94,6 +96,7 @@ class CORE_EXPORT RootFrameViewport final
|
| ScrollResult UserScroll(ScrollGranularity, const FloatSize&) override;
|
| bool ScrollAnimatorEnabled() const override;
|
| PlatformChromeClient* GetChromeClient() const override;
|
| + SmoothScrollSequencer* GetSmoothScrollSequencer() const override;
|
| void ServiceScrollAnimations(double) override;
|
| void UpdateCompositorScrollAnimations() override;
|
| void CancelProgrammaticScrollAnimation() override;
|
|
|