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

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

Issue 2842953002: Implement CWVWebView.scrollView. (Closed)
Patch Set: Apply review comments. Created 3 years, 7 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/public/cwv_scroll_view_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/public/cwv_web_view.h
diff --git a/ios/web_view/public/cwv_web_view.h b/ios/web_view/public/cwv_web_view.h
index 639a85c954f5fa5e36d3eb625ae9af8ce8be3db1..3bf3ee6ab8bfb640c17d30b761f9d90f64ea6893 100644
--- a/ios/web_view/public/cwv_web_view.h
+++ b/ios/web_view/public/cwv_web_view.h
@@ -7,6 +7,7 @@
#import <ChromeWebView/cwv_export.h>
#import <UIKit/UIKit.h>
+@class CWVScrollView;
@class CWVWebViewConfiguration;
@protocol CWVUIDelegate;
@protocol CWVTranslateDelegate;
@@ -57,6 +58,9 @@ CWV_EXPORT
// is reset to 0.0.
@property(nonatomic, readonly) double estimatedProgress;
+// The scroll view associated with the web view.
+@property(nonatomic, readonly) CWVScrollView* scrollView;
+
// The User Agent product string used to build the full User Agent.
+ (NSString*)userAgentProduct;
« no previous file with comments | « ios/web_view/public/cwv_scroll_view_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698