Chromium Code Reviews| Index: sky/examples/game/lib/sprite.dart |
| diff --git a/sky/examples/game/lib/sprite.dart b/sky/examples/game/lib/sprite.dart |
| index a58168f18ee5977a8d771b62238251828a534ab0..6f0e5a786ad5fbd399335169f41242e19b82aa54 100644 |
| --- a/sky/examples/game/lib/sprite.dart |
| +++ b/sky/examples/game/lib/sprite.dart |
| @@ -50,7 +50,7 @@ class Sprite extends NodeWithSize { |
| _opacity = opacity; |
| } |
| - void paint(PictureRecorder canvas) { |
| + void paint(RenderCanvas canvas) { |
| canvas.save(); |
| // Account for pivot point |