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

Unified Diff: client/dom/frog_dom.dart

Issue 8872058: Add KeyName and KeyLocation to frog dom. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/dom/frog/frog_dom.dart ('k') | client/dom/generated/src/interface/KeyboardEvent.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/frog_dom.dart
diff --git a/client/dom/frog_dom.dart b/client/dom/frog_dom.dart
index 79ad5217a77c6cf047668c19bb0e0460dcbfc570..e7e6a9b5f874db74266858aa7c7389dfd0e501cc 100644
--- a/client/dom/frog_dom.dart
+++ b/client/dom/frog_dom.dart
@@ -529,6 +529,8 @@
#source('generated/src/interface/StringCallback.dart');
#source('src/EventListener.dart');
+#source('src/KeyLocation.dart');
+#source('src/KeyName.dart');
#source('src/RequestAnimationFrameCallback.dart');
#source('src/TimeoutHandler.dart');
#source('src/_Collections.dart');
« no previous file with comments | « client/dom/frog/frog_dom.dart ('k') | client/dom/generated/src/interface/KeyboardEvent.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698