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

Unified Diff: ui/android/view_android.h

Issue 2804953003: Refactor ContentViewClient (6/6) (Closed)
Patch Set: Created 3 years, 8 months 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: 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,

Powered by Google App Engine
This is Rietveld 408576698