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

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

Issue 1190123003: Decouple Canvas from DisplayList and map Picture and PictureRecorder more directly to their Skia co… (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebased version of previous patch 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
Index: sky/examples/game/lib/game_demo.dart
diff --git a/sky/examples/game/lib/game_demo.dart b/sky/examples/game/lib/game_demo.dart
index b54ec2877b953afc20d48ad892326526b5d8ee8c..59ada17e1e21eb8268f2b8dabfe2a1d02ed8b141 100644
--- a/sky/examples/game/lib/game_demo.dart
+++ b/sky/examples/game/lib/game_demo.dart
@@ -5,5 +5,6 @@ import 'dart:math' as Math;
import 'package:vector_math/vector_math_64.dart';
import 'sprites.dart';
import 'package:box2d/box2d.dart';
+import 'package:sky/rendering/object.dart';
part 'game_demo_world.dart';

Powered by Google App Engine
This is Rietveld 408576698