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

Unified Diff: sky/framework/elements/animation/controller.dart

Issue 1001373002: Organize sky/framework/animation (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/framework/components/scrollable.dart ('k') | sky/framework/elements/animation/timer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/elements/animation/controller.dart
diff --git a/sky/framework/animation/controller.dart b/sky/framework/elements/animation/controller.dart
similarity index 96%
rename from sky/framework/animation/controller.dart
rename to sky/framework/elements/animation/controller.dart
index f2c59b4d90fddc017d9c355d3d4a9d74c84926c0..7e21923e9d33f749c27e5cf022bf2bd6c0518f02 100644
--- a/sky/framework/animation/controller.dart
+++ b/sky/framework/elements/animation/controller.dart
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import "curves.dart";
+import "../../animation/curves.dart";
import "timer.dart";
class AnimationController extends AnimationDelegate {
« no previous file with comments | « sky/framework/components/scrollable.dart ('k') | sky/framework/elements/animation/timer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698