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 0245214900a9b1499088e1ff99862ccd3bd12bd0..746c468074b2327c8c93b3d57bd344f32e0fa95f 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h |
@@ -380,7 +380,7 @@ class PLATFORM_EXPORT ScrollableArea : public GarbageCollectedMixin { |
// This function should be overriden by subclasses to perform the actual |
// scroll of the content. |
- virtual void setScrollOffset(const DoublePoint& offset, ScrollType) = 0; |
+ virtual void setScrollOffset(const DoublePoint&, ScrollType) = 0; |
virtual int lineStep(ScrollbarOrientation) const; |
virtual int pageStep(ScrollbarOrientation) const; |