| Index: sky/sdk/lib/widgets/animated_component.dart
|
| diff --git a/sky/sdk/lib/widgets/animated_component.dart b/sky/sdk/lib/widgets/animated_component.dart
|
| index c49168e033e0246a8809e85b405d12db8ca69884..37e077f41f201caef7c6467b452afce33aa2dec7 100644
|
| --- a/sky/sdk/lib/widgets/animated_component.dart
|
| +++ b/sky/sdk/lib/widgets/animated_component.dart
|
| @@ -13,7 +13,7 @@ abstract class AnimatedComponent extends StatefulComponent {
|
|
|
| final List<AnimationPerformance> _watchedPerformances = new List<AnimationPerformance>();
|
|
|
| - void watchPerformance(AnimationPerformance performance) {
|
| + void watch(AnimationPerformance performance) {
|
| assert(!_watchedPerformances.contains(performance));
|
| _watchedPerformances.add(performance);
|
| if (mounted)
|
|
|