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

Unified Diff: sky/sdk/lib/widgets/dismissable.dart

Issue 1231103005: Rename watchPerformance to watch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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/widgets/animated_container.dart ('k') | sky/sdk/lib/widgets/drawer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/widgets/dismissable.dart
diff --git a/sky/sdk/lib/widgets/dismissable.dart b/sky/sdk/lib/widgets/dismissable.dart
index e248a475de3cc8c990d0aa0a442d40910438c1c3..d093d964ea571414b82960c758c9aa745e4ea8e5 100644
--- a/sky/sdk/lib/widgets/dismissable.dart
+++ b/sky/sdk/lib/widgets/dismissable.dart
@@ -45,7 +45,7 @@ class Dismissable extends AnimatedComponent {
[_transform.position, _transform.opacity],
duration: new Duration(milliseconds: _kCardDismissFadeoutMS));
_performance.addListener(_handleAnimationProgressChanged);
- watchPerformance(_performance);
+ watch(_performance);
}
void syncFields(Dismissable source) {
« no previous file with comments | « sky/sdk/lib/widgets/animated_container.dart ('k') | sky/sdk/lib/widgets/drawer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698