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

Unified Diff: content/browser/android/ime_adapter_android.h

Issue 2834343005: Let IME frame update bypass ContentViewCore (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: content/browser/android/ime_adapter_android.h
diff --git a/content/browser/android/ime_adapter_android.h b/content/browser/android/ime_adapter_android.h
index 46cf13a8e6cd1aabbbd306a5908333a88a0590aa..efe4fbb23c7bd09916bdb429754025e5ec779e8f 100644
--- a/content/browser/android/ime_adapter_android.h
+++ b/content/browser/android/ime_adapter_android.h
@@ -90,6 +90,10 @@ class CONTENT_EXPORT ImeAdapterAndroid : public RenderWidgetHostConnector {
RenderWidgetHostViewAndroid* old_rwhva,
RenderWidgetHostViewAndroid* new_rhwva) override;
+ void UpdateFrameInfo(const gfx::SelectionBound& selection_start,
+ float dip_scale,
+ float content_offset_ypix);
+
// Called from native -> java
void CancelComposition();
void FocusedNodeChanged(bool is_editable_node);

Powered by Google App Engine
This is Rietveld 408576698