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

Unified Diff: content/browser/web_contents/web_contents_view_android.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: content/browser/web_contents/web_contents_view_android.h
diff --git a/content/browser/web_contents/web_contents_view_android.h b/content/browser/web_contents/web_contents_view_android.h
index 1179268abac62bc3f1dd3d69a97baf8780ac4f78..e371e371b8a063bf81a80e7aca34397b7e60a0e5 100644
--- a/content/browser/web_contents/web_contents_view_android.h
+++ b/content/browser/web_contents/web_contents_view_android.h
@@ -110,6 +110,7 @@ class WebContentsViewAndroid : public WebContentsView,
// ui::ViewClient implementation.
bool OnTouchEvent(const ui::MotionEventAndroid& event,
bool for_touch_handle) override;
+ void OnPhysicalBackingSizeChanged() override;
private:
// The WebContents whose contents we display.

Powered by Google App Engine
This is Rietveld 408576698