Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3594)

Unified Diff: content/renderer/render_view.h

Issue 7977017: Never submit: tentative Pepper IME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698