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

Unified Diff: ui/android/view_client.cc

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: ui/android/view_client.cc
diff --git a/ui/android/view_client.cc b/ui/android/view_client.cc
index 44b402594c7696505f5c7630396e7838af337568..c47bbb1f3619756f4f7edf299d21e5eaa14e5294 100644
--- a/ui/android/view_client.cc
+++ b/ui/android/view_client.cc
@@ -19,4 +19,6 @@ bool ViewClient::OnMouseWheelEvent(const MotionEventAndroid& event) {
return false;
}
+void ViewClient::OnPhysicalBackingSizeChanged() {}
+
} // namespace ui
« content/browser/android/content_view_core_impl.cc ('K') | « ui/android/view_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698