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

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

Issue 1187393002: Cleanup of SkyBinding, and resultant yak shaving. (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 | « no previous file | sky/examples/rendering/spinning_flex.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 49410a49314aec9108c42418130336e2bdfb7d6a..c46f89a52bb4578364f35cfaddb2f42f2c54a7c6 100644
--- a/sky/examples/game/lib/sprites.dart
+++ b/sky/examples/game/lib/sprites.dart
@@ -1,16 +1,17 @@
library sprites;
-import 'dart:sky';
import 'dart:math' as Math;
-import 'package:vector_math/vector_math.dart';
+import 'dart:sky';
import 'dart:typed_data';
+
+import 'package:sky/base/scheduler.dart' as scheduler;
+import 'package:sky/mojo/net/image_cache.dart' as image_cache;
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;
+import 'package:vector_math/vector_math.dart';
part 'sprite_box.dart';
part 'node.dart';
part 'node_with_size.dart';
part 'sprite.dart';
-part 'image_map.dart';
+part 'image_map.dart';
« no previous file with comments | « no previous file | sky/examples/rendering/spinning_flex.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698