| 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);
|
|
|