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

Unified Diff: sky/examples/game/lib/sprites.dart

Issue 1177383006: Rename all the things (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix imports 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/examples/game/lib/game.dart ('k') | sky/examples/game/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/game/lib/sprites.dart
diff --git a/sky/examples/game/lib/sprites.dart b/sky/examples/game/lib/sprites.dart
index 79a6fd3983f643de139b0910362bdb263b52208f..c85952a16b08ee812c28eadf40a180ac1e021fde 100644
--- a/sky/examples/game/lib/sprites.dart
+++ b/sky/examples/game/lib/sprites.dart
@@ -4,9 +4,9 @@ import 'dart:sky';
import 'dart:math' as Math;
import 'package:vector_math/vector_math_64.dart';
import 'dart:typed_data';
-import 'package:sky/framework/rendering/box.dart';
-import 'package:sky/framework/rendering/object.dart';
-import 'package:sky/framework/scheduler.dart' as scheduler;
+import 'package:sky/rendering/box.dart';
+import 'package:sky/rendering/object.dart';
+import 'package:sky/app/scheduler.dart' as scheduler;
import 'package:sky/framework/net/image_cache.dart' as image_cache;
part 'sprite_box.dart';
« no previous file with comments | « sky/examples/game/lib/game.dart ('k') | sky/examples/game/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698