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

Unified Diff: ios/web_view/public/criwv.h

Issue 2675633002: Let CRIWVWebView inherit UIView instead of NSObject. (Closed)
Patch Set: Fix format. Created 3 years, 10 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 | « ios/web_view/internal/criwv_web_view_internal.h ('k') | ios/web_view/public/criwv_web_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/public/criwv.h
diff --git a/ios/web_view/public/criwv.h b/ios/web_view/public/criwv.h
index f90a34a85a230dbdbcdb536e697ae82062fced81..1f999e9a765f2aa8dccbf5f9bdf4882aedc6b0b8 100644
--- a/ios/web_view/public/criwv.h
+++ b/ios/web_view/public/criwv.h
@@ -5,10 +5,11 @@
#ifndef IOS_WEB_VIEW_PUBLIC_CRIWV_H_
#define IOS_WEB_VIEW_PUBLIC_CRIWV_H_
+#import <CoreGraphics/CoreGraphics.h>
#import <Foundation/Foundation.h>
@protocol CRIWVDelegate;
-@protocol CRIWVWebView;
+@class CRIWVWebView;
// Main interface for the CRIWV library.
__attribute__((visibility("default")))
@@ -23,7 +24,7 @@ __attribute__((visibility("default")))
+ (void)shutDown;
// Creates and returns a web view.
-+ (id<CRIWVWebView>)webView;
++ (CRIWVWebView*)webViewWithFrame:(CGRect)frame;
@end
« no previous file with comments | « ios/web_view/internal/criwv_web_view_internal.h ('k') | ios/web_view/public/criwv_web_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698