Index: Source/web/WebPagePopupImpl.cpp |
diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp |
index ab24a7d3d2d3bf498bc7112b79db387c5cd3b33b..10f1bd299f51d9c1b827c4b1f67843857db8fced 100644 |
--- a/Source/web/WebPagePopupImpl.cpp |
+++ b/Source/web/WebPagePopupImpl.cpp |
@@ -97,11 +97,6 @@ private: |
m_popup->widgetClient()->didInvalidateRect(paintRect); |
} |
- virtual void scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) OVERRIDE |
- { |
- m_popup->widgetClient()->didScrollRect(scrollDelta.width(), scrollDelta.height(), intersection(scrollRect, clipRect)); |
- } |
- |
virtual void invalidateContentsForSlowScroll(const IntRect& updateRect) OVERRIDE |
{ |
invalidateContentsAndRootView(updateRect); |