| 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 =
|
|
|