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

Unified Diff: ios/chrome/browser/ui/browser_view_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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/fullscreen_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/browser_view_controller.mm
diff --git a/ios/chrome/browser/ui/browser_view_controller.mm b/ios/chrome/browser/ui/browser_view_controller.mm
index 894d4e24d7edbf11616a27b80840067fc518a0d7..2c76c90aedb96d4b543bd27f8a7105d87a6473a5 100644
--- a/ios/chrome/browser/ui/browser_view_controller.mm
+++ b/ios/chrome/browser/ui/browser_view_controller.mm
@@ -2642,7 +2642,7 @@ class BrowserBookmarkModelBridge : public bookmarks::BookmarkModelObserver {
headerAnimationCompleted:(BOOL)completed
offset:(CGFloat)offset {
if (completed)
- [controller setToolbarInsetsForHeaderOffset:offset forceUpdate:YES];
+ [controller setToolbarInsetsForHeaderOffset:offset];
}
- (void)setFramesForHeaders:(const std::vector<HeaderDefinition>)headers
« no previous file with comments | « no previous file | ios/chrome/browser/ui/fullscreen_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698