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

Unified Diff: sky/sdk/lib/example/game/lib/game_demo_world.dart

Issue 1214833004: Split Size into Size and Offset. (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/engine/core/view/View.idl ('k') | sky/sdk/lib/example/game/lib/sprite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/example/game/lib/game_demo_world.dart
diff --git a/sky/sdk/lib/example/game/lib/game_demo_world.dart b/sky/sdk/lib/example/game/lib/game_demo_world.dart
index 3a6898fdcb61dba0c5b7409b220615c2a042c912..c6975f352e014567f6c86b026511417279c56e1c 100644
--- a/sky/sdk/lib/example/game/lib/game_demo_world.dart
+++ b/sky/sdk/lib/example/game/lib/game_demo_world.dart
@@ -460,4 +460,4 @@ double pointQuickDist(Point a, Point b) {
else {
return dy + dx/2.0;
}
-}
+}
« no previous file with comments | « sky/engine/core/view/View.idl ('k') | sky/sdk/lib/example/game/lib/sprite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698