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 26724a5f5c35bee10c4949425161f94d96077eb0..c57a73cf09f096a50e2e1278638ce006d1c8b42b 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -251,6 +251,7 @@ public: |
int modifiers) override; |
void dragTargetDragLeave() override; |
void dragTargetDrop( |
+ const WebDragData&, |
const WebPoint& clientPoint, |
const WebPoint& screenPoint, |
int modifiers) override; |