| 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 cf5abcff018ad9d251c5cb210886d9acb5017bcf..6bb15aec12e9249925660f0a7a83cc9405d012b1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -334,7 +334,7 @@ public:
|
|
|
| void scrollToOffset(const DoubleSize&, ScrollBehavior = ScrollBehaviorInstant);
|
| void scrollByRecursively(const DoubleSize& delta, ScrollOffsetClamping = ScrollOffsetUnclamped);
|
| - void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
|
| + void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& alignY, ScrollType = ProgrammaticScroll);
|
|
|
| LayoutRectOutsets marginBoxOutsets() const override { return m_marginBoxOutsets; }
|
| LayoutUnit marginTop() const override { return m_marginBoxOutsets.top(); }
|
|
|