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

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

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/ios/platform_view_ios.h ('k') | sky/shell/ios/sky_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 492527733cc1554f70ae1de7f7288467e2ecd179..3c5f90d16077221a5ad5d0ca0e1205d01864efc2 100644
--- a/sky/shell/ios/platform_view_ios.mm
+++ b/sky/shell/ios/platform_view_ios.mm
@@ -11,6 +11,13 @@ PlatformView* PlatformView::Create(const Config& config) {
return new PlatformViewIOS(config);
}
+PlatformViewIOS::PlatformViewIOS(const Config& config)
+ : PlatformView(config) {
+}
+
+PlatformViewIOS::~PlatformViewIOS() {
+}
+
void PlatformViewIOS::SurfaceCreated(gfx::AcceleratedWidget widget) {
DCHECK(window_ == 0);
window_ = widget;
« no previous file with comments | « sky/shell/ios/platform_view_ios.h ('k') | sky/shell/ios/sky_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698