| Index: ios/web/public/web_state/crw_web_view_scroll_view_proxy.h
|
| diff --git a/ios/web/public/web_state/crw_web_view_scroll_view_proxy.h b/ios/web/public/web_state/crw_web_view_scroll_view_proxy.h
|
| index 725577d9705e5eedcca74105fdecaf87e41bdbe8..eb9a9923b64edafa204a5e52e8e45f4aa7ccbd53 100644
|
| --- a/ios/web/public/web_state/crw_web_view_scroll_view_proxy.h
|
| +++ b/ios/web/public/web_state/crw_web_view_scroll_view_proxy.h
|
| @@ -44,10 +44,6 @@
|
| // Used by the CRWWebViewProxy to set the UIScrollView to be managed.
|
| - (void)setScrollView:(UIScrollView*)scrollView;
|
|
|
| -// Copies all display properties that can be set on a CRWWebViewScrollViewProxy
|
| -// from the underlying UIScrollView into |scrollView|.
|
| -- (void)copyPropertiesToScrollView:(UIScrollView*)scrollView;
|
| -
|
| // Adds |observer| to subscribe to change notifications.
|
| - (void)addObserver:(id<CRWWebViewScrollViewProxyObserver>)observer;
|
|
|
|
|