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

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

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 3 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
« no previous file with comments | « Source/core/animation/AnimationTimeline.h ('k') | Source/core/clipboard/DataTransferItem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/DataTransfer.h
diff --git a/Source/core/clipboard/DataTransfer.h b/Source/core/clipboard/DataTransfer.h
index 519e36ce96938915da3a9990d750aa1d413edc09..612541d80f6fe05493f3b2817811a3658c3917b5 100644
--- a/Source/core/clipboard/DataTransfer.h
+++ b/Source/core/clipboard/DataTransfer.h
@@ -52,6 +52,7 @@ class Range;
// Drag and Drop: http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html
// Clipboard API (copy/paste): http://dev.w3.org/2006/webapi/clipops/clipops.html
class DataTransfer : public RefCountedWillBeGarbageCollectedFinalized<DataTransfer>, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
// Whether this transfer is serving a drag-drop or copy-paste request.
enum DataTransferType {
« no previous file with comments | « Source/core/animation/AnimationTimeline.h ('k') | Source/core/clipboard/DataTransferItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698