| Index: Source/web/WebPopupMenuImpl.cpp
|
| diff --git a/Source/web/WebPopupMenuImpl.cpp b/Source/web/WebPopupMenuImpl.cpp
|
| index b9048ba7e01488e00c71e4341df78e6bc50e3701..6878c179eca51ac1b262d4b9991c7fd04abe5ba3 100644
|
| --- a/Source/web/WebPopupMenuImpl.cpp
|
| +++ b/Source/web/WebPopupMenuImpl.cpp
|
| @@ -388,13 +388,8 @@ void WebPopupMenuImpl::scheduleAnimation()
|
| {
|
| }
|
|
|
| -void WebPopupMenuImpl::scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect)
|
| +void WebPopupMenuImpl::scroll(const IntRect& clipRect)
|
| {
|
| - if (m_client) {
|
| - int dx = scrollDelta.width();
|
| - int dy = scrollDelta.height();
|
| - m_client->didScrollRect(dx, dy, clipRect);
|
| - }
|
| if (m_rootLayer)
|
| m_rootLayer->layer()->invalidateRect(FloatRect(clipRect));
|
| }
|
|
|