| Index: third_party/WebKit/public/web/WebFrameWidget.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameWidget.h b/third_party/WebKit/public/web/WebFrameWidget.h
|
| index 5178df6d5a16ec36fa12db278141812b8dc7f7da..06ce1f3a40a383e7e3af9ef964101a9a886f6cd7 100644
|
| --- a/third_party/WebKit/public/web/WebFrameWidget.h
|
| +++ b/third_party/WebKit/public/web/WebFrameWidget.h
|
| @@ -101,7 +101,8 @@ class WebFrameWidget : public WebWidget {
|
| const WebPoint& screenPoint,
|
| WebDragOperationsMask operationsAllowed,
|
| int modifiers) = 0;
|
| - virtual void dragTargetDragLeave() = 0;
|
| + virtual void dragTargetDragLeave(const WebPoint& pointInViewport,
|
| + const WebPoint& screenPoint) = 0;
|
| virtual void dragTargetDrop(const WebDragData&,
|
| const WebPoint& pointInViewport,
|
| const WebPoint& screenPoint,
|
|
|