| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 58d3b4edf69285957504a56ccfb92024e8aa921c..5f7342514bc73938d6554e0aed2a47e672e03522 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -563,9 +563,9 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
| virtual void setScrollLeft(LayoutUnit);
|
| virtual void setScrollTop(LayoutUnit);
|
|
|
| - void scrollToOffset(const DoubleSize&,
|
| - ScrollBehavior = ScrollBehaviorInstant);
|
| - void scrollByRecursively(const DoubleSize& delta);
|
| + void scrollToPosition(const FloatPoint&,
|
| + ScrollBehavior = ScrollBehaviorInstant);
|
| + void scrollByRecursively(const ScrollOffset& delta);
|
| // If makeVisibleInVisualViewport is set, the visual viewport will be scrolled
|
| // if required to make the rect visible.
|
| void scrollRectToVisible(const LayoutRect&,
|
|
|