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

Unified Diff: views/ime/mock_input_method.cc

Issue 7761008: minor fixes to get virtual keyboard work on views desktop without ibus (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « chrome/browser/renderer_host/render_widget_host_view_views.h ('k') | views/widget/native_widget_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/ime/mock_input_method.cc
diff --git a/views/ime/mock_input_method.cc b/views/ime/mock_input_method.cc
index 088949498669e638345879295ba535827ae7aea8..5295585b30ce7e0499ea39f4f11070adc85ef0d3 100644
--- a/views/ime/mock_input_method.cc
+++ b/views/ime/mock_input_method.cc
@@ -80,6 +80,7 @@ void MockInputMethod::DispatchKeyEvent(const KeyEvent& key) {
void MockInputMethod::OnTextInputTypeChanged(View* view) {
if (IsViewFocused(view))
text_input_type_changed_ = true;
+ InputMethodBase::OnTextInputTypeChanged(view);
}
void MockInputMethod::OnCaretBoundsChanged(View* view) {
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_views.h ('k') | views/widget/native_widget_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698