Index: content/browser/renderer_host/ime_adapter_android.h |
diff --git a/content/browser/renderer_host/ime_adapter_android.h b/content/browser/renderer_host/ime_adapter_android.h |
index 0830f27254dc336e38efc5d582a1958cbbd711ca..d108b9c0200187c54159dfadbc312efe971c60e6 100644 |
--- a/content/browser/renderer_host/ime_adapter_android.h |
+++ b/content/browser/renderer_host/ime_adapter_android.h |
@@ -7,7 +7,10 @@ |
#include <jni.h> |
+#include <vector> |
+ |
#include "base/android/jni_weak_ref.h" |
+#include "ui/gfx/geometry/rect_f.h" |
namespace content { |
@@ -79,6 +82,7 @@ class ImeAdapterAndroid { |
// Called from native -> java |
void CancelComposition(); |
void FocusedNodeChanged(bool is_editable_node); |
+ void SetCharacterBounds(const std::vector<gfx::RectF>& rects); |
private: |
RenderWidgetHostImpl* GetRenderWidgetHostImpl(); |