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

Unified Diff: Source/core/clipboard/DataObject.h

Issue 925913002: Fixed WebDragData's wrong dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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: Source/core/clipboard/DataObject.h
diff --git a/Source/core/clipboard/DataObject.h b/Source/core/clipboard/DataObject.h
index b0c1d5f5c906546ee32cb048b5ca59b49c8e18d9..b0f66580648fa518d97d736030f0965262f8747e 100644
--- a/Source/core/clipboard/DataObject.h
+++ b/Source/core/clipboard/DataObject.h
@@ -46,6 +46,7 @@ namespace blink {
class KURL;
class SharedBuffer;
+class WebDragData;
// A data object for holding data that would be in a clipboard or moved
// during a drag-n-drop operation. This is the data that WebCore is aware
@@ -97,6 +98,9 @@ public:
DECLARE_TRACE();
+ static PassRefPtrWillBeRawPtr<DataObject> createFromWebDragData(WebDragData);
tkent 2015/02/23 23:40:40 We can call this |create|.
tasak 2015/02/25 08:15:24 Done.
+ WebDragData toWebDragData();
+
private:
DataObject();
« no previous file with comments | « no previous file | Source/core/clipboard/DataObject.cpp » ('j') | Source/core/clipboard/DraggedIsolatedFileSystem.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698