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

Unified Diff: sky/sdk/lib/framework/animation/generators.dart

Issue 1170033005: Add some TODOs for renaming onTick and onValueChanged. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/sdk/lib/framework/animation/animated_value.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/animation/generators.dart
diff --git a/sky/sdk/lib/framework/animation/generators.dart b/sky/sdk/lib/framework/animation/generators.dart
index 9673c1ef26511420b2207087149624801396f9a1..561bd6b872bf0f43137c2759fffd7ce68018d054 100644
--- a/sky/sdk/lib/framework/animation/generators.dart
+++ b/sky/sdk/lib/framework/animation/generators.dart
@@ -9,7 +9,7 @@ import 'dart:math' as math;
import 'mechanics.dart';
abstract class Generator {
- Stream<double> get onTick;
+ Stream<double> get onTick; // TODO(ianh): rename this to tickStream once we've landed the fn2 fork
void cancel();
}
« no previous file with comments | « sky/sdk/lib/framework/animation/animated_value.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698