Chromium Code Reviews

Unified Diff: content/browser/renderer_host/test_render_view_host.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 DCHECK for keep Chromium and WebKit types in sync. Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/browser/renderer_host/test_render_view_host.h
diff --git a/content/browser/renderer_host/test_render_view_host.h b/content/browser/renderer_host/test_render_view_host.h
index 4bcde5c72d06b1a5e4e9887fdb85c824725b2ce9..dddd00524e8b9da96bbcf631c2fa19ba15bfc913 100644
--- a/content/browser/renderer_host/test_render_view_host.h
+++ b/content/browser/renderer_host/test_render_view_host.h
@@ -78,7 +78,8 @@ class TestRenderWidgetHostView : public RenderWidgetHostView {
virtual void SetIsLoading(bool is_loading) {}
virtual void UpdateCursor(const WebCursor& cursor) {}
virtual void UpdateCursorIfOverSelf() {}
- virtual void ImeUpdateTextInputState(WebKit::WebTextInputType state,
+ virtual void ImeUpdateTextInputState(ui::TextInputType state,
+ bool can_compose_inline,
const gfx::Rect& caret_rect) {}
virtual void ImeCancelComposition() {}
virtual void DidUpdateBackingStore(

Powered by Google App Engine