Index: chrome/browser/renderer_host/gtk_im_context_wrapper.h |
diff --git a/chrome/browser/renderer_host/gtk_im_context_wrapper.h b/chrome/browser/renderer_host/gtk_im_context_wrapper.h |
index f41b7c199a6522975555f45fd1acb632f9621dc1..ab6099200178b6014330a50ab07c1cfcb6fed3ae 100644 |
--- a/chrome/browser/renderer_host/gtk_im_context_wrapper.h |
+++ b/chrome/browser/renderer_host/gtk_im_context_wrapper.h |
@@ -14,8 +14,8 @@ |
#include "base/gtest_prod_util.h" |
#include "base/string16.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextInputType.h" |
#include "ui/base/ime/composition_text.h" |
+#include "ui/base/ime/text_input_type.h" |
namespace gfx { |
class Rect; |
@@ -48,7 +48,8 @@ class GtkIMContextWrapper { |
// Processes a gdk key event received by |host_view|. |
void ProcessKeyEvent(GdkEventKey* event); |
- void UpdateInputMethodState(WebKit::WebTextInputType type, |
+ void UpdateInputMethodState(ui::TextInputType type, |
+ bool can_compose_inline, |
const gfx::Rect& caret_rect); |
void OnFocusIn(); |
void OnFocusOut(); |