| Index: sky/examples/game/lib/sprite_box.dart
|
| diff --git a/sky/examples/game/lib/sprite_box.dart b/sky/examples/game/lib/sprite_box.dart
|
| index 131c4d01fad6b7ff92580b5b55e6044827f5b5f5..532106652dca88641038c2ef2a6c37eaab3b8a34 100644
|
| --- a/sky/examples/game/lib/sprite_box.dart
|
| +++ b/sky/examples/game/lib/sprite_box.dart
|
| @@ -230,7 +230,7 @@ class SpriteBox extends RenderBox {
|
| _rootNode._invalidateToBoxTransformMatrix();
|
| }
|
|
|
| - void paint(RenderObjectDisplayList canvas) {
|
| + void paint(RenderCanvas canvas) {
|
| canvas.save();
|
|
|
| // Move to correct coordinate space before drawing
|
|
|