| Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| index 746c468074b2327c8c93b3d57bd344f32e0fa95f..0245214900a9b1499088e1ff99862ccd3bd12bd0 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| @@ -380,7 +380,7 @@
|
|
|
| // This function should be overriden by subclasses to perform the actual
|
| // scroll of the content.
|
| - virtual void setScrollOffset(const DoublePoint&, ScrollType) = 0;
|
| + virtual void setScrollOffset(const DoublePoint& offset, ScrollType) = 0;
|
|
|
| virtual int lineStep(ScrollbarOrientation) const;
|
| virtual int pageStep(ScrollbarOrientation) const;
|
|
|