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

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

Issue 1187503003: Refactor SkyShell to allow multiple SkyViews (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: s/instance/sky_shell/ 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/platform_view_ios.mm ('k') | sky/shell/ios/sky_surface.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/ios/sky_surface.h
diff --git a/sky/shell/ios/sky_surface.h b/sky/shell/ios/sky_surface.h
index bb65f2d85989b3f844ea26cfcc77d04f0d49ea6e..e0eb4bb3699cb57435661aafe37ef9f1974fb649 100644
--- a/sky/shell/ios/sky_surface.h
+++ b/sky/shell/ios/sky_surface.h
@@ -6,4 +6,6 @@
@interface SkySurface : UIView
+-(instancetype) initWithShellView:(sky::shell::ShellView *) shellView;
+
@end
« no previous file with comments | « sky/shell/ios/platform_view_ios.mm ('k') | sky/shell/ios/sky_surface.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698