| Index: ui/android/view_android.h
|
| diff --git a/ui/android/view_android.h b/ui/android/view_android.h
|
| index a56603f07918aca97593093b27d079f549fe75be..71df520c4657b8dfee67783d49624e279a7c90a1 100644
|
| --- a/ui/android/view_android.h
|
| +++ b/ui/android/view_android.h
|
| @@ -141,6 +141,7 @@ class UI_ANDROID_EXPORT ViewAndroid {
|
| void OnBottomControlsChanged(float bottom_controls_offset,
|
| float bottom_content_offset);
|
| void StartContentIntent(const GURL& content_url, bool is_main_frame);
|
| + int GetSystemWindowInsetBottom();
|
|
|
| ScopedAnchorView AcquireAnchorView();
|
| void SetAnchorRect(const base::android::JavaRef<jobject>& anchor,
|
|
|