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

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

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/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;
« sky/shell/instance.h ('K') | « sky/shell/instance.cc ('k') | sky/shell/ios/sky_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698