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

Unified Diff: Source/core/events/DragEventInit.idl

Issue 1232003009: Implement DragEvent and move MouseEvent.dataTransfer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix plugin failure of LayoutTest Created 5 years, 4 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/events/DragEvent.idl ('k') | Source/core/events/MouseEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/DragEventInit.idl
diff --git a/Source/core/events/PopStateEventInit.idl b/Source/core/events/DragEventInit.idl
similarity index 53%
copy from Source/core/events/PopStateEventInit.idl
copy to Source/core/events/DragEventInit.idl
index ce7ae0fe79066c4dc7f224c6ce44a35d093f6c12..3b90386dc5af4b8f4335d78669054fe5cc21b7d1 100644
--- a/Source/core/events/PopStateEventInit.idl
+++ b/Source/core/events/DragEventInit.idl
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://html.spec.whatwg.org/multipage/browsers.html#the-popstateevent-interface
+// https://html.spec.whatwg.org/multipage/interaction.html#drageventinit
-dictionary PopStateEventInit : EventInit {
- any state;
+dictionary DragEventInit : MouseEventInit {
+ DataTransfer? dataTransfer;
};
« no previous file with comments | « Source/core/events/DragEvent.idl ('k') | Source/core/events/MouseEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698