| Index: third_party/WebKit/public/web/WebView.h
|
| diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
|
| index c8a6244d72ea5a619cad8632d597ea76f2af8d21..bca14ae94775890daf0d9cbdafb468dfbfa44540 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -396,6 +396,7 @@ public:
|
| int modifiers) = 0;
|
| virtual void dragTargetDragLeave() = 0;
|
| virtual void dragTargetDrop(
|
| + const WebDragData&,
|
| const WebPoint& clientPoint, const WebPoint& screenPoint,
|
| int modifiers) = 0;
|
|
|
|
|