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 bb234c4f41a4e5151ea24e288cd03b1a661efe8c..ec9b624f1c71f4e3df73a4d4248a4310f4693ac6 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; |