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

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: missed a URL Created 5 years, 7 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
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.
-};

Powered by Google App Engine
This is Rietveld 408576698