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

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

Issue 1171573002: Basic Sky shell for iOS targets (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Service provider platform task runner refactor to be platform agnostic 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/sky_app_delegate.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/engine/core/painting/DrawLooper.idl b/sky/shell/ios/sky_surface.h
similarity index 72%
copy from sky/engine/core/painting/DrawLooper.idl
copy to sky/shell/ios/sky_surface.h
index 8fbda9d1f82e171b595c0d03c1eb0dc652f24f23..bb65f2d85989b3f844ea26cfcc77d04f0d49ea6e 100644
--- a/sky/engine/core/painting/DrawLooper.idl
+++ b/sky/shell/ios/sky_surface.h
@@ -2,5 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-interface DrawLooper {
-};
+#import <UIKit/UIKit.h>
+
+@interface SkySurface : UIView
+
+@end
« no previous file with comments | « sky/shell/ios/sky_app_delegate.mm ('k') | sky/shell/ios/sky_surface.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698