Index: public/web/WebViewClient.h |
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h |
index 342bdbc3c14493cf75f6fbe9f4d3ff735a023778..7b75997763dad759f46462a118e5d2560c061195 100644 |
--- a/public/web/WebViewClient.h |
+++ b/public/web/WebViewClient.h |
@@ -200,8 +200,6 @@ public: |
// Called when a new node gets focused. |
virtual void focusedNodeChanged(const WebNode&) { } |
- virtual void numberOfWheelEventHandlersChanged(unsigned) { } |
- |
// Indicates two things: |
// 1) This view may have a new layout now. |
// 2) Calling layout() is a no-op. |