Chromium Code Reviews| Index: sky/sdk/lib/framework/fn2.dart |
| diff --git a/sky/sdk/lib/framework/fn2.dart b/sky/sdk/lib/framework/fn2.dart |
| index fc9770624621cce7a70e2df720b7384c24c95299..8f4c2fe40d9f60b59cf56e9aa001591ba719214c 100644 |
| --- a/sky/sdk/lib/framework/fn2.dart |
| +++ b/sky/sdk/lib/framework/fn2.dart |
| @@ -984,6 +984,7 @@ abstract class App extends Component { |
| } |
| AppView _appView; |
| + AppView get appView => _appView; |
| void _buildIfDirty() { |
| assert(_dirty); |