| Index: public/web/WebWidgetClient.h
|
| diff --git a/public/web/WebWidgetClient.h b/public/web/WebWidgetClient.h
|
| index 0d840ef291eefe2dd35316a7e2879c4cf70956d8..2877195b73f5ada01d0029e61a3662ce4b23c40d 100644
|
| --- a/public/web/WebWidgetClient.h
|
| +++ b/public/web/WebWidgetClient.h
|
| @@ -165,6 +165,11 @@ public:
|
| // something as a result of a tap without explicitly consuming the event.
|
| 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) { }
|
| protected:
|
| ~WebWidgetClient() { }
|
| };
|
|
|