| Index: sky/examples/raw/sector_layout.dart
|
| diff --git a/sky/examples/raw/sector_layout.dart b/sky/examples/raw/sector_layout.dart
|
| index 21a1bfa4347b6f5672cf363d01a6762a39fe7cc8..f43ee5a1eeb06e8fed244fc21d8f0c954ba3df9d 100644
|
| --- a/sky/examples/raw/sector_layout.dart
|
| +++ b/sky/examples/raw/sector_layout.dart
|
| @@ -482,7 +482,7 @@ class RenderSolidColor extends RenderDecoratedSector {
|
| deltaTheta = constraints.constrainDeltaTheta(desiredDeltaTheta);
|
| }
|
|
|
| - void handlePointer(sky.PointerEvent event) {
|
| + void handleEvent(sky.Event event) {
|
| if (event.type == 'pointerdown')
|
| decoration = new BoxDecoration(backgroundColor: const sky.Color(0xFFFF0000));
|
| else if (event.type == 'pointerup')
|
|
|