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

Unified Diff: client/touch/Momentum.dart

Issue 9016026: Moves over remaining .dart code references to 'factory' in interface declartions to 'default' (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
Index: client/touch/Momentum.dart
diff --git a/client/touch/Momentum.dart b/client/touch/Momentum.dart
index a351e5a23bb9120288c4a81d3a5da1f75e397883..ad6c6738e73d145af7b0e925b30b403e70301e81 100644
--- a/client/touch/Momentum.dart
+++ b/client/touch/Momentum.dart
@@ -23,7 +23,7 @@
* accelerated method such as using 'translate3d' on the element's
* -webkit-transform style property.
*/
-interface Momentum factory TimeoutMomentum {
+interface Momentum default TimeoutMomentum {
Momentum(MomentumDelegate delegate, [num defaultDecelerationFactor]);
« no previous file with comments | « client/samples/dartcombat/player.dart ('k') | compiler/java/com/google/dart/compiler/ast/DartToSourceVisitor.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698