Chromium Code Reviews| Index: sky/sdk/lib/app/view.dart |
| diff --git a/sky/sdk/lib/app/view.dart b/sky/sdk/lib/app/view.dart |
| index 4702ae4d03c04a69f69fe722f4095b41bfab9a38..0be543d044907dc52e59e056a21e504e00b948a5 100644 |
| --- a/sky/sdk/lib/app/view.dart |
| +++ b/sky/sdk/lib/app/view.dart |
| @@ -42,6 +42,7 @@ class AppView { |
| static AppView _app; // used to enforce that we're a singleton |
| RenderView _renderView; |
| + RenderView get renderView => _renderView; |
|
Hixie
2015/06/17 19:21:25
I had specifically not made that visible because I
|
| ViewConstraints get _viewConstraints => |
| new ViewConstraints(width: sky.view.width, height: sky.view.height); |