| Index: sky/shell/ios/platform_view_ios.h
|
| diff --git a/sky/shell/ios/platform_view_ios.h b/sky/shell/ios/platform_view_ios.h
|
| index 19e0e1822c070e28b5b54f0f5c3f6bf4eeaa5b9f..a9e1ef6ffcff04fe6cd6fa01bc89c485bcdec981 100644
|
| --- a/sky/shell/ios/platform_view_ios.h
|
| +++ b/sky/shell/ios/platform_view_ios.h
|
| @@ -12,6 +12,8 @@ namespace shell {
|
|
|
| class PlatformViewIOS : public PlatformView {
|
| public:
|
| + explicit PlatformViewIOS(const Config& config);
|
| + ~PlatformViewIOS() override;
|
| void SurfaceCreated(gfx::AcceleratedWidget widget);
|
| void SurfaceDestroyed(void);
|
|
|
|
|