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

Unified Diff: ui/android/view_client.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: ui/android/view_client.h
diff --git a/ui/android/view_client.h b/ui/android/view_client.h
index 8d313d4348af9fcad4ae07451b4daa88c8c43871..99a87bb57113a162746c590b338c82a1a0ebfd4d 100644
--- a/ui/android/view_client.h
+++ b/ui/android/view_client.h
@@ -22,6 +22,7 @@ class UI_ANDROID_EXPORT ViewClient {
bool for_touch_handle);
virtual bool OnMouseEvent(const MotionEventAndroid& event);
virtual bool OnMouseWheelEvent(const MotionEventAndroid& event);
+ virtual void OnPhysicalBackingSizeChanged();
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698