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

Side by Side Diff: client/dom/generated/src/frog/WheelEvent.dart

Issue 8665012: Switch to " native '*Class' " (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/dom/generated/src/frog/WebSocket.dart ('k') | client/dom/generated/src/frog/Worker.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 class WheelEvent extends UIEvent native "WheelEvent" { 2 class WheelEvent extends UIEvent native "*WheelEvent" {
3 3
4 bool altKey; 4 bool altKey;
5 5
6 int clientX; 6 int clientX;
7 7
8 int clientY; 8 int clientY;
9 9
10 bool ctrlKey; 10 bool ctrlKey;
11 11
12 bool metaKey; 12 bool metaKey;
(...skipping 15 matching lines...) Expand all
28 int wheelDeltaX; 28 int wheelDeltaX;
29 29
30 int wheelDeltaY; 30 int wheelDeltaY;
31 31
32 int x; 32 int x;
33 33
34 int y; 34 int y;
35 35
36 void initWebKitWheelEvent(int wheelDeltaX, int wheelDeltaY, DOMWindow view, in t screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, boo l shiftKey, bool metaKey) native; 36 void initWebKitWheelEvent(int wheelDeltaX, int wheelDeltaY, DOMWindow view, in t screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, boo l shiftKey, bool metaKey) native;
37 } 37 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/WebSocket.dart ('k') | client/dom/generated/src/frog/Worker.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698