Chromium Code Reviews| Index: content/renderer/render_view.h |
| diff --git a/content/renderer/render_view.h b/content/renderer/render_view.h |
| index 5791ca05c7c7f3cb905ad77db61ddc291bea3eba..36ec64d6e8edc29889d532a7e6090d191e45eafc 100644 |
| --- a/content/renderer/render_view.h |
| +++ b/content/renderer/render_view.h |
| @@ -658,7 +658,8 @@ class RenderView : public RenderWidget, |
| int selection_start, |
| int selection_end) OVERRIDE; |
| virtual void OnImeConfirmComposition(const string16& text) OVERRIDE; |
| - virtual ui::TextInputType GetTextInputType() OVERRIDE; |
| + virtual WebKit::WebTextInputType GetTextInputType() OVERRIDE; |
|
James Su
2011/09/23 01:46:48
I think we should use ui::TextInputType here.
|
| + virtual WebKit::WebRect GetCaretBounds() OVERRIDE; |
|
James Su
2011/09/23 01:46:48
We should use ui::Rect.
|
| virtual bool CanComposeInline() OVERRIDE; |
| private: |