Chromium Code Reviews| Index: sky/examples/stocks-fn/stocksapp.dart |
| diff --git a/sky/examples/stocks-fn/stocksapp.dart b/sky/examples/stocks-fn/stocksapp.dart |
| index 154c17c4e4441d4a818974aaa14d441aa1ae5850..acba86f07af30718cc506df17e0d4fbccbb28373 100644 |
| --- a/sky/examples/stocks-fn/stocksapp.dart |
| +++ b/sky/examples/stocks-fn/stocksapp.dart |
| @@ -33,7 +33,7 @@ class StocksApp extends App { |
| StocksApp() : super(); |
| - Node render() { |
| + Node build() { |
| var drawer = new Drawer( |
| animation: _drawerAnimation, |
| children: [ |