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

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

Issue 1159113007: Sync event interfaces with the UI Events spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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/MouseEventInit.idl ('k') | Source/core/events/UIEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/SharedKeyboardAndMouseEventInit.idl
diff --git a/Source/core/events/SharedKeyboardAndMouseEventInit.idl b/Source/core/events/SharedKeyboardAndMouseEventInit.idl
deleted file mode 100644
index 4d6aea1cba37138265e22a4fbcb5fa9f64c88a56..0000000000000000000000000000000000000000
--- a/Source/core/events/SharedKeyboardAndMouseEventInit.idl
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// http://www.w3.org/TR/DOM-Level-3-Events/#idl-def-SharedKeyboardAndMouseEventInit
-
-dictionary SharedKeyboardAndMouseEventInit : UIEventInit {
- boolean ctrlKey = false;
- boolean shiftKey = false;
- boolean altKey = false;
- boolean metaKey = false;
- // FIXME: Add keyModifilerXXX members when needed.
-};
« no previous file with comments | « Source/core/events/MouseEventInit.idl ('k') | Source/core/events/UIEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698