| 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 813593142b6c83fa5cf6b04d0bc0bc8f9e51bbcd..75a3893ec1ac043a4cafdb40cc20b6a6877d0b44 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 {
|
|
|
| @@ -81,6 +84,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();
|
|
|