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

Unified Diff: ios/chrome/browser/ui/overscroll_actions/overscroll_actions_controller.mm

Issue 2594793004: Revert 'Bypass UIWebView.scrollView's contentInset implementation with UIScrollView's. (Closed)
Patch Set: Eugene comments Created 4 years 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
Index: ios/chrome/browser/ui/overscroll_actions/overscroll_actions_controller.mm
diff --git a/ios/chrome/browser/ui/overscroll_actions/overscroll_actions_controller.mm b/ios/chrome/browser/ui/overscroll_actions/overscroll_actions_controller.mm
index a3f360ffaf8611c7886aa0dbae8b8679c1dcf8e0..09d8d61d3f123c62b8f96143cd7f5945e4e973b9 100644
--- a/ios/chrome/browser/ui/overscroll_actions/overscroll_actions_controller.mm
+++ b/ios/chrome/browser/ui/overscroll_actions/overscroll_actions_controller.mm
@@ -587,7 +587,7 @@ NSString* const kOverscollActionsDidEnd = @"OverscollActionsDidStop";
if (_scrollview)
[_scrollview setContentInset:contentInset];
else
- [_webViewScrollViewProxy setContentInsetFast:contentInset];
+ [_webViewScrollViewProxy setContentInset:contentInset];
}
- (UIView<RelaxedBoundsConstraintsHitTestSupport>*)headerView {
« no previous file with comments | « ios/chrome/browser/ui/fullscreen_controller.mm ('k') | ios/web/public/web_state/crw_web_view_scroll_view_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698