| 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 c8dfebd785015286a412da3cc3a6dd3a8050dbef..eaabaf875309f1baa881a156b268980b62032e40 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;
|
|
|