| Index: Source/platform/scroll/ScrollView.cpp
|
| diff --git a/Source/platform/scroll/ScrollView.cpp b/Source/platform/scroll/ScrollView.cpp
|
| index cfb24d3d6acf5b89e306a18862315b99b3641e10..56bc53593a29dea66d28b8b11cab74951a4a420a 100644
|
| --- a/Source/platform/scroll/ScrollView.cpp
|
| +++ b/Source/platform/scroll/ScrollView.cpp
|
| @@ -557,7 +557,7 @@ void ScrollView::scrollContents(const IntSize& scrollDelta)
|
|
|
| bool ScrollView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
|
| {
|
| - hostWindow()->scroll(scrollDelta, rectToScroll, clipRect);
|
| + hostWindow()->scroll(clipRect);
|
| return true;
|
| }
|
|
|
|
|