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

Unified Diff: third_party/WebCore/dom/WheelEvent.idl

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. Created 8 years, 5 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 | « third_party/WebCore/dom/WebKitNamedFlow.idl ('k') | third_party/WebCore/fileapi/WebKitBlobBuilder.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/WheelEvent.idl
diff --git a/third_party/WebCore/dom/WheelEvent.idl b/third_party/WebCore/dom/WheelEvent.idl
index 0282525fb19902d8de1b93df912dfd90722831d9..b57fd0e9b02004595275e46a65e43860377fe809 100644
--- a/third_party/WebCore/dom/WheelEvent.idl
+++ b/third_party/WebCore/dom/WheelEvent.idl
@@ -20,25 +20,14 @@
module events {
- // Based off of proposed IDL interface for WheelEvent:
- interface WheelEvent : UIEvent {
- readonly attribute long screenX;
- readonly attribute long screenY;
- readonly attribute long clientX;
- readonly attribute long clientY;
- readonly attribute boolean ctrlKey;
- readonly attribute boolean shiftKey;
- readonly attribute boolean altKey;
- readonly attribute boolean metaKey;
+ // Based off http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#events-wheelevents
+ interface WheelEvent : MouseEvent
+ {
readonly attribute long wheelDelta;
readonly attribute long wheelDeltaX;
readonly attribute long wheelDeltaY;
- // WebKit Extensions
- readonly attribute long offsetX;
- readonly attribute long offsetY;
- readonly attribute long x;
- readonly attribute long y;
+ // WebKit Extension
readonly attribute boolean webkitDirectionInvertedFromDevice;
#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
« no previous file with comments | « third_party/WebCore/dom/WebKitNamedFlow.idl ('k') | third_party/WebCore/fileapi/WebKitBlobBuilder.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698