Index: third_party/WebKit/public/web/WebWidgetClient.h |
diff --git a/third_party/WebKit/public/web/WebWidgetClient.h b/third_party/WebKit/public/web/WebWidgetClient.h |
index 9918c4999c9c6e93a3deb699d43a9a785287f3c3..1d7f64fb65d88dc73d946b0a5d2fb17c1a23d218 100644 |
--- a/third_party/WebKit/public/web/WebWidgetClient.h |
+++ b/third_party/WebKit/public/web/WebWidgetClient.h |
@@ -160,11 +160,6 @@ public: |
virtual void showUnhandledTapUIIfNeeded(const WebPoint& tappedPosition, |
const WebNode& tappedNode, bool pageChanged) { } |
- // Called immediately after a mousedown event is dispatched due to a mouse |
- // press or gesture tap. |
- // Note: This is called even when the mouse down event is prevent default. |
- virtual void onMouseDown(const WebNode& mouseDownNode) { } |
- |
// Converts the |rect| from Blink's Viewport coordinates to the |
// coordinates in the native window used to display the content, in |
// DIP. They're identical in tradional world, but will differ when |