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

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: 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
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..2231921203d2c07301064187c17c3de57e3514d3 100644
--- a/sky/shell/ios/sky_surface.h
+++ b/sky/shell/ios/sky_surface.h
@@ -6,4 +6,6 @@
@interface SkySurface : UIView
+-(instancetype) initWithSkyInstance:(sky::shell::Instance *) instance;
+
@end

Powered by Google App Engine
This is Rietveld 408576698