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