| Index: Source/core/page/Chrome.cpp
|
| diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
|
| index 296943b93712110997b68d2d62943f8a441ee349..3b503b23600d80c7f60cdfe4be9da4677f5dc5d8 100644
|
| --- a/Source/core/page/Chrome.cpp
|
| +++ b/Source/core/page/Chrome.cpp
|
| @@ -73,9 +73,9 @@ void Chrome::invalidateContentsForSlowScroll(const IntRect& updateRect)
|
| m_client->invalidateContentsForSlowScroll(updateRect);
|
| }
|
|
|
| -void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
|
| +void Chrome::scroll(const IntRect& unusedClipRect)
|
| {
|
| - m_client->scroll(scrollDelta, rectToScroll, clipRect);
|
| + m_client->scroll();
|
| InspectorInstrumentation::didScroll(m_page);
|
| }
|
|
|
|
|