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

Unified Diff: sky/sdk/lib/framework/animation/animated_value.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 | « no previous file | sky/sdk/lib/framework/animation/generators.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/animation/animated_value.dart
diff --git a/sky/sdk/lib/framework/animation/animated_value.dart b/sky/sdk/lib/framework/animation/animated_value.dart
index 8eeafa9d019bbf4f9f6a18cb7b54d91a600431a3..071f6926bccbd251e57a5981d84f5ef6e03a495b 100644
--- a/sky/sdk/lib/framework/animation/animated_value.dart
+++ b/sky/sdk/lib/framework/animation/animated_value.dart
@@ -23,6 +23,7 @@ class AnimatedValue {
// A stream of change in value from |initial|. The stream does not
// contain the initial value. Consumers should check the initial value via
// the |value| accessor.
+ // TODO(ianh): Rename this to valueStream once we've landed the fn2 fork
Stream<double> get onValueChanged => _controller.stream;
double get value => _value;
« no previous file with comments | « no previous file | sky/sdk/lib/framework/animation/generators.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698