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(); |