Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: third_party/WebKit/Source/core/clipboard/DataTransfer.h

Issue 1860293003: Serialize original node when dragging a link instead of synthesizing HTML. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete delete Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f9742bf70ab27a80873cd32790c2e9a0e218156a..7fe245c36babd4c1a4f39bc097df04fb8a592cab 100644
--- a/third_party/WebKit/Source/core/clipboard/DataTransfer.h
+++ b/third_party/WebKit/Source/core/clipboard/DataTransfer.h
@@ -88,7 +88,7 @@ public:
PassOwnPtr<DragImage> createDragImage(IntPoint& dragLocation, LocalFrame*) const;
void declareAndWriteDragImage(Element*, const KURL&, const String& title);
- void writeURL(const KURL&, const String&);
+ void writeURL(Node*, const KURL&, const String&);
void writeSelection(const FrameSelection&);
void setAccessPolicy(DataTransferAccessPolicy);

Powered by Google App Engine
This is Rietveld 408576698