Chromium Code Reviews| Index: sky/sdk/example/stocks/lib/main.dart |
| diff --git a/sky/sdk/example/stocks/lib/main.dart b/sky/sdk/example/stocks/lib/main.dart |
| index 50790827b3753ccc180199d9904a8bf7bd687c0d..2cb9f2a6b76db39abd2c5c6ceb08637c2cb9aff1 100644 |
| --- a/sky/sdk/example/stocks/lib/main.dart |
| +++ b/sky/sdk/example/stocks/lib/main.dart |
| @@ -86,7 +86,7 @@ class StocksApp extends App { |
| void main() { |
| print("starting stocks app!"); |
| - runApp(new StocksApp(), enableProfilingLoop: true); |
| + runApp(new StocksApp(), enableProfilingLoop: false); |
|
abarth-chromium
2015/06/29 22:39:57
Can we delete the named parameter now that we're p
|
| // set enableProfilingLoop to true to make the app rebuild continually every 20ms |
| SkyBinding.instance.onFrame = () { |
| // uncomment this to print the RenderObject tree every frame: |