 Chromium Code Reviews
 Chromium Code Reviews Issue 9663027:
  Remove generated directories with 100s of files.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 9663027:
  Remove generated directories with 100s of files.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 | |
| 2 class _TouchEventJs extends _UIEventJs implements TouchEvent native "*TouchEvent " { | |
| 3 | |
| 4 final bool altKey; | |
| 5 | |
| 6 final _TouchListJs changedTouches; | |
| 7 | |
| 8 final bool ctrlKey; | |
| 9 | |
| 10 final bool metaKey; | |
| 11 | |
| 12 final bool shiftKey; | |
| 13 | |
| 14 final _TouchListJs targetTouches; | |
| 15 | |
| 16 final _TouchListJs touches; | |
| 17 | |
| 18 void initTouchEvent(_TouchListJs touches, _TouchListJs targetTouches, _TouchLi stJs changedTouches, String type, _DOMWindowJs view, int screenX, int screenY, i nt clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) native; | |
| 19 } | |
| OLD | NEW |