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

Unified Diff: sky/shell/ios/sky_view_controller.mm

Issue 1188633002: Fix iOS builds after ShellView refactor on Android (Closed) Base URL: https://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
« no previous file with comments | « sky/shell/ios/sky_surface.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/ios/sky_view_controller.mm
diff --git a/sky/shell/ios/sky_view_controller.mm b/sky/shell/ios/sky_view_controller.mm
index 24bfef1c065e208c7f8d9b3f31472b4f60034075..0cabeed32b5b3488c208fdf83181ea9ecaaa7541 100644
--- a/sky/shell/ios/sky_view_controller.mm
+++ b/sky/shell/ios/sky_view_controller.mm
@@ -8,13 +8,13 @@
#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
+#include "sky/shell/shell.h"
#include "sky/shell/shell_view.h"
@implementation SkyViewController
- (void)loadView {
-
- ShellView* shell_view = new sky::shell::ShellView(sky::shell::Shell::Shared());
+ auto shell_view = new sky::shell::ShellView(sky::shell::Shell::Shared());
SkySurface* surface = [[SkySurface alloc] initWithShellView: shell_view];
surface.autoresizingMask =
« no previous file with comments | « sky/shell/ios/sky_surface.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698