Chromium Code Reviews| 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 fd2b2f19901c5a10ec6a392b96720d7a1b0c5f36..c13af8c88fdf098a166deaa76cfad0aa0c567e42 100644 |
| --- a/sky/examples/stocks2/lib/stock_app.dart |
| +++ b/sky/examples/stocks2/lib/stock_app.dart |
| @@ -212,7 +212,7 @@ class StocksApp extends App { |
| ), |
| ]; |
| addMenuToOverlays(overlays); |
| - return new StackContainer(children: overlays); |
| + return new Stack(overlays); |
| } |
| } |