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

Unified Diff: sky/sdk/lib/animation/animation_performance.dart

Issue 1213573006: Fix remaining analyzer warnings in Sky (Closed) Base URL: git@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/animation/generators.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/animation/animation_performance.dart
diff --git a/sky/sdk/lib/animation/animation_performance.dart b/sky/sdk/lib/animation/animation_performance.dart
index c730d8011cb5128856d95f2f743b9829c5d70a45..f4179e95ac770b515ba3487261be9e1cefff3b19 100644
--- a/sky/sdk/lib/animation/animation_performance.dart
+++ b/sky/sdk/lib/animation/animation_performance.dart
@@ -11,7 +11,7 @@ abstract class AnimatedVariable {
void setFraction(double t);
}
-class AnimatedType<T> extends AnimatedVariable {
+class AnimatedType<T extends dynamic> extends AnimatedVariable {
T value;
final T begin, end;
final Curve curve;
« no previous file with comments | « no previous file | sky/sdk/lib/animation/generators.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698