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

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

Issue 1189943004: Fork some more files from the old framework, so that the transition will be easier to perform. (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/animation/fling_curve.dart ('k') | sky/sdk/lib/animation/mechanics.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/animation/generators.dart
diff --git a/sky/sdk/lib/framework/animation/generators.dart b/sky/sdk/lib/animation/generators.dart
similarity index 97%
copy from sky/sdk/lib/framework/animation/generators.dart
copy to sky/sdk/lib/animation/generators.dart
index 253692bd862f4a40ddb0fb57bc59df0404526fff..2110ed0b9aaeca209210ac1c9fb48ab18cc7cb6d 100644
--- a/sky/sdk/lib/framework/animation/generators.dart
+++ b/sky/sdk/lib/animation/generators.dart
@@ -2,14 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import '../../app/scheduler.dart' as scheduler;
-import 'curves.dart';
import 'dart:async';
import 'dart:math' as math;
+
+import '../app/scheduler.dart' as scheduler;
+import 'curves.dart';
import 'mechanics.dart';
abstract class Generator {
- Stream<double> get onTick; // TODO(ianh): rename this to tickStream once we've landed the fn2 fork
+ Stream<double> get onTick; // TODO(ianh): rename this to tickStream
void cancel();
}
« no previous file with comments | « sky/sdk/lib/animation/fling_curve.dart ('k') | sky/sdk/lib/animation/mechanics.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698