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

Unified Diff: core/events/RelatedEvent.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 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 | « core/events/MouseEvent.idl ('k') | core/events/UIEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/RelatedEvent.idl
diff --git a/modules/gamepad/GamepadEvent.idl b/core/events/RelatedEvent.idl
similarity index 56%
copy from modules/gamepad/GamepadEvent.idl
copy to core/events/RelatedEvent.idl
index 718226e24997bc9cda7d826c90c63f79accceaf1..7c3d25be6cdbd58312b099799cc361b24bf4af23 100644
--- a/modules/gamepad/GamepadEvent.idl
+++ b/core/events/RelatedEvent.idl
@@ -4,6 +4,8 @@
[
EventConstructor,
-] interface GamepadEvent : Event {
- [InitializedByEventConstructor] readonly attribute Gamepad gamepad;
+ RuntimeEnabled=ContextMenu,
+] interface RelatedEvent : Event {
+ [InitializedByEventConstructor] readonly attribute EventTarget? relatedTarget;
};
+
« no previous file with comments | « core/events/MouseEvent.idl ('k') | core/events/UIEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698