| 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 7ac4ccbba2eb770f4cfaa9ab9251ea5e43097b15..89f432fa4bdab369378b029b3f656e6deb1e6c5b 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
|
| @@ -36,10 +36,6 @@
|
| // Returns the scrollview's gesture recognizers.
|
| @property(weak, nonatomic, readonly) NSArray* gestureRecognizers;
|
|
|
| -// Calls UIScrollView's implementation of setContentInset: directly. This
|
| -// bypasses a very slow update path in UIWebView.
|
| -- (void)setContentInsetFast:(UIEdgeInsets)contentInset;
|
| -
|
| - (void)addGestureRecognizer:(UIGestureRecognizer*)gestureRecognizer;
|
| - (void)removeGestureRecognizer:(UIGestureRecognizer*)gestureRecognizer;
|
| - (void)setContentOffset:(CGPoint)contentOffset animated:(BOOL)animated;
|
|
|