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

Unified Diff: content/renderer/render_view.h

Issue 7041003: Show composition text on IME panel when Pepper plugin is focused (Linux). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added COMPILE_ASSERT Created 9 years, 6 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 a5cee65268489e1b161e89464edc5773aa36905d..8d3d9c6d431d844b7da3dbb4006f5b3ebd52b132 100644
--- a/content/renderer/render_view.h
+++ b/content/renderer/render_view.h
@@ -617,7 +617,8 @@ class RenderView : public RenderWidget,
int selection_start,
int selection_end) OVERRIDE;
virtual void OnImeConfirmComposition(const string16& text) OVERRIDE;
- virtual WebKit::WebTextInputType GetTextInputType() OVERRIDE;
+ virtual ui::TextInputType GetTextInputType() OVERRIDE;
+ virtual bool CanComposeInline() OVERRIDE;
private:
// For unit tests.

Powered by Google App Engine
This is Rietveld 408576698