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

Unified Diff: content/renderer/render_view.h

Issue 7621010: Never submit: tentative Pepper IME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: snapshot. 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
« no previous file with comments | « content/renderer/pepper_plugin_delegate_impl.cc ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view.h
diff --git a/content/renderer/render_view.h b/content/renderer/render_view.h
index cadbc815714686b42bfccf13767c8f849e41a4b5..f81e93a8e7c9c981aeeacd7ccbd64fe160469c6c 100644
--- a/content/renderer/render_view.h
+++ b/content/renderer/render_view.h
@@ -633,7 +633,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;
+ virtual WebKit::WebRect GetCaretBounds() OVERRIDE;
virtual bool CanComposeInline() OVERRIDE;
private:
« no previous file with comments | « content/renderer/pepper_plugin_delegate_impl.cc ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698