blob: 64de38f71303a8a32cd1b63ced7200ed24b6702c [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_UI_FULLSCREEN_FULLSCREEN_CONTENT_ADJUSTMENT_UTIL_H_
#define IOS_CHROME_BROWSER_UI_FULLSCREEN_FULLSCREEN_CONTENT_ADJUSTMENT_UTIL_H_
#import <Foundation/Foundation.h>
@protocol CRWWebViewProxy;
class FullscreenModel;
// Updates |proxy|'s content offset and top padding to ensure that the content
// is fully visible under the hdeader.
void MoveContentBelowHeader(id<CRWWebViewProxy> proxy, FullscreenModel* model);
#endif // IOS_CHROME_BROWSER_UI_FULLSCREEN_FULLSCREEN_CONTENT_ADJUSTMENT_UTIL_H_