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

Unified Diff: chrome/browser/android/bottombar/overlay_panel_content.h

Issue 2842693005: Store physical backing size in ViewAndroid (Closed)
Patch Set: no UpdateLayerBounds Created 3 years, 7 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: chrome/browser/android/bottombar/overlay_panel_content.h
diff --git a/chrome/browser/android/bottombar/overlay_panel_content.h b/chrome/browser/android/bottombar/overlay_panel_content.h
index 3ae45ca59f2bb7eabe6140c6c6e9536d7c9fdab6..e7d71b39f65f41eacd8d0496a502ec61fc9b7108 100644
--- a/chrome/browser/android/bottombar/overlay_panel_content.h
+++ b/chrome/browser/android/bottombar/overlay_panel_content.h
@@ -32,6 +32,13 @@ class OverlayPanelContent {
// Called by the Java OverlayPanelContent when it is being destroyed.
void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& obj);
+ void OnPhysicalBackingSizeChanged(
+ JNIEnv* env,
+ const base::android::JavaParamRef<jobject>& obj,
+ const base::android::JavaParamRef<jobject>& jweb_contents,
+ jint width,
+ jint height);
+
// Removes a search URL from history. |search_start_time_ms| represents the
// time at which |search_url| was committed.
void RemoveLastHistoryEntry(

Powered by Google App Engine
This is Rietveld 408576698