| Index: third_party/WebKit/Source/core/clipboard/DataTransfer.h
|
| diff --git a/third_party/WebKit/Source/core/clipboard/DataTransfer.h b/third_party/WebKit/Source/core/clipboard/DataTransfer.h
|
| index 658dffdfd98f69c9ec3170228bb65182de539134..8e80137f7a40387fd517330cb2b010c2fe96c731 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataTransfer.h
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataTransfer.h
|
| @@ -98,7 +98,10 @@ class CORE_EXPORT DataTransfer final
|
|
|
| std::unique_ptr<DragImage> createDragImage(IntPoint& dragLocation,
|
| LocalFrame*) const;
|
| - void declareAndWriteDragImage(Element*, const KURL&, const String& title);
|
| + void declareAndWriteDragImage(Element*,
|
| + const KURL& linkURL,
|
| + const KURL& imageURL,
|
| + const String& title);
|
| void writeURL(Node*, const KURL&, const String&);
|
| void writeSelection(const FrameSelection&);
|
|
|
|
|