Index: sky/sdk/lib/framework/components2/radio.dart |
diff --git a/sky/sdk/lib/framework/components2/radio.dart b/sky/sdk/lib/framework/components2/radio.dart |
index 33d4fb2e26c54d174e95f01fbed120d93c586dc6..ab6672fe04f091d4ce0c279a2f23dcd4fec47876 100644 |
--- a/sky/sdk/lib/framework/components2/radio.dart |
+++ b/sky/sdk/lib/framework/components2/radio.dart |
@@ -36,7 +36,7 @@ class Radio extends ButtonBase { |
margin: const EdgeDims.symmetric(horizontal: 5.0), |
desiredSize: new sky.Size(diameter, diameter), |
child: new CustomPaint( |
- callback: (RenderObjectDisplayList canvas) { |
+ callback: (sky.Canvas canvas) { |
sky.Paint paint = new sky.Paint()..color = color; |