| Index: sky/examples/widgets/sector.dart
|
| diff --git a/sky/examples/widgets/sector.dart b/sky/examples/widgets/sector.dart
|
| index 1bf38a3e3258a9cb422f93574473618160498b85..efd0521ed642776ffcb214e1f9ccc37be4fbcb08 100644
|
| --- a/sky/examples/widgets/sector.dart
|
| +++ b/sky/examples/widgets/sector.dart
|
| @@ -136,8 +136,8 @@ class SectorApp extends App {
|
|
|
| void main() {
|
| runApp(new SectorApp());
|
| - WidgetAppView.appView.onFrame = () {
|
| + WidgetSkyBinding.skyBinding.onFrame = () {
|
| // uncomment this for debugging:
|
| - // WidgetAppView.appView.debugDumpRenderTree();
|
| + // WidgetSkyBinding.skyBinding.debugDumpRenderTree();
|
| };
|
| }
|
|
|