Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index a428bd4d4f0944c636d32bb8f4f0e7e1e809523b..54ab2e42742a8ceb0d52708ce96f547ab1f467e5 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -247,6 +247,7 @@ public: |
int modifiers) override; |
void dragTargetDragLeave() override; |
void dragTargetDrop( |
+ const WebDragData&, |
const WebPoint& clientPoint, |
const WebPoint& screenPoint, |
int modifiers) override; |