| Index: ios/chrome/browser/ui/fullscreen_controller.h
|
| diff --git a/ios/chrome/browser/ui/fullscreen_controller.h b/ios/chrome/browser/ui/fullscreen_controller.h
|
| index e7127efdc96a962ab1ccfb69c5fa0f3ca863e8a0..14dbd25c6d5fa42a6f583bd6eadb50a25e4878b2 100644
|
| --- a/ios/chrome/browser/ui/fullscreen_controller.h
|
| +++ b/ios/chrome/browser/ui/fullscreen_controller.h
|
| @@ -106,13 +106,8 @@ extern NSString* const kSetupForTestingWillCloseAllTabsNotification;
|
| // is necessary when programatically scrolling down the y offset.
|
| - (void)shouldSkipNextScrollOffsetForHeader;
|
|
|
| -// Update the insets during animation. When |forceUpdate| is set to NO, a faster
|
| -// workaround implemention is used to update the content's offset. That
|
| -// implemention does not cause a full update. |forceUpdate| should only be set
|
| -// to |NO| when -setToolbarInsetsForHeaderOffset is called
|
| -// in quick succession during scroll callbacks.
|
| -- (void)setToolbarInsetsForHeaderOffset:(CGFloat)headerOffset
|
| - forceUpdate:(BOOL)forceUpdate;
|
| +// Updates the insets during animation.
|
| +- (void)setToolbarInsetsForHeaderOffset:(CGFloat)headerOffset;
|
|
|
| // Set the content offset of the underlying UIScrollView so that the content
|
| // is not hidden by the header. The header will be moved to its visible position
|
|
|