| Index: sky/shell/ios/platform_view_ios.mm
|
| diff --git a/sky/shell/ios/platform_view_ios.mm b/sky/shell/ios/platform_view_ios.mm
|
| index 7ef5d166579b492a339b3fdc69ef72b8ef3cea3d..492527733cc1554f70ae1de7f7288467e2ecd179 100644
|
| --- a/sky/shell/ios/platform_view_ios.mm
|
| +++ b/sky/shell/ios/platform_view_ios.mm
|
| @@ -7,6 +7,10 @@
|
| namespace sky {
|
| namespace shell {
|
|
|
| +PlatformView* PlatformView::Create(const Config& config) {
|
| + return new PlatformViewIOS(config);
|
| +}
|
| +
|
| void PlatformViewIOS::SurfaceCreated(gfx::AcceleratedWidget widget) {
|
| DCHECK(window_ == 0);
|
| window_ = widget;
|
|
|