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

Unified Diff: sky/shell/ios/platform_view_ios.h

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/BUILD.gn ('k') | sky/shell/ios/platform_view_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « sky/shell/BUILD.gn ('k') | sky/shell/ios/platform_view_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698