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 ce3c335c41b15426f4f4d48bee9a1e76a59d2d9e..7ea05923da8bda2d03e2d4bc643867d7e7309f92 100644 |
--- a/content/browser/renderer_host/ime_adapter_android.h |
+++ b/content/browser/renderer_host/ime_adapter_android.h |
@@ -56,6 +56,7 @@ class ImeAdapterAndroid { |
// Called from native -> java |
void CancelComposition(); |
+ void FocusedNodeChanged(bool is_editable_node); |
Nico
2013/11/20 01:03:10
Generally, prefer enums over bool parameters. This
aurimas (slooooooooow)
2013/11/20 01:12:39
It is a bool all the way from render_widget where
Nico
2013/11/20 01:24:44
No, nobody seems to pass a literal "true" or "fals
|
private: |
RenderWidgetHostImpl* GetRenderWidgetHostImpl(); |