| Index: content/renderer/render_widget.h
 | 
| diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
 | 
| index 05a7d5fcebaab2579ba321ed517f72de000ffac6..ed57d10cb3150400721c252e78b5d73bcb7a3ba1 100644
 | 
| --- a/content/renderer/render_widget.h
 | 
| +++ b/content/renderer/render_widget.h
 | 
| @@ -18,6 +18,7 @@
 | 
|  #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h"
 | 
|  #include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h"
 | 
|  #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h"
 | 
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextInputType.h"
 | 
|  #include "third_party/WebKit/Source/WebKit/chromium/public/WebWidgetClient.h"
 | 
|  #include "third_party/skia/include/core/SkBitmap.h"
 | 
|  #include "ui/base/ime/text_input_type.h"
 | 
| @@ -278,7 +279,8 @@ class RenderWidget : public IPC::Channel::Listener,
 | 
|  
 | 
|    // Override point to obtain that the current input method state and caret
 | 
|    // position.
 | 
| -  virtual ui::TextInputType GetTextInputType();
 | 
| +  virtual WebKit::WebTextInputType GetTextInputType();
 | 
| +  virtual WebKit::WebRect GetCaretBounds();
 | 
|  
 | 
|    // Override point to obtain that the current input method state about
 | 
|    // composition text.
 | 
| 
 |