| Index: sky/examples/stocks2/lib/stock_app.dart
|
| diff --git a/sky/examples/stocks2/lib/stock_app.dart b/sky/examples/stocks2/lib/stock_app.dart
|
| index a5467c392bede59fa6571e9c8b34ffcbbf2a089d..79558e33b89c977bdc86a35ae0c6a96c4161ff51 100644
|
| --- a/sky/examples/stocks2/lib/stock_app.dart
|
| +++ b/sky/examples/stocks2/lib/stock_app.dart
|
| @@ -35,8 +35,8 @@ class StocksApp extends App {
|
| void main() {
|
| print("starting stocks app!");
|
| runApp(new StocksApp());
|
| - WidgetAppView.appView.onFrame = () {
|
| + WidgetSkyBinding.skyBinding.onFrame = () {
|
| // uncomment this for debugging:
|
| - // WidgetAppView.appView.debugDumpRenderTree();
|
| + // WidgetSkyBinding.skyBinding.debugDumpRenderTree();
|
| };
|
| }
|
|
|