| 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; | 
|  | 
|  |