Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(604)

Unified Diff: sky/sdk/lib/app/view.dart

Issue 1184823006: Settings menu item in stock2 doesn't work (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « sky/home.dart ('k') | sky/sdk/lib/widgets/basic.dart » ('j') | sky/sdk/lib/widgets/widget.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698