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

Unified Diff: content/browser/renderer_host/render_widget_host_view_win.cc

Issue 22794002: Support inputmode using InputScope for Windows8 desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_win.cc
diff --git a/content/browser/renderer_host/render_widget_host_view_win.cc b/content/browser/renderer_host/render_widget_host_view_win.cc
index c214df300eaa751b9240f852e99a1b645b436361..3e231aa86e78ffb5a26e7263b69b0fbf389043e5 100644
--- a/content/browser/renderer_host/render_widget_host_view_win.cc
+++ b/content/browser/renderer_host/render_widget_host_view_win.cc
@@ -3180,7 +3180,7 @@ void RenderWidgetHostViewWin::UpdateInputScopeIfNecessary(
return;
ui::tsf_inputscope::SetInputScopeForTsfUnawareWindow(
- m_hWnd, text_input_type, ui::TEXT_INPUT_MODE_DEFAULT);
+ m_hWnd, text_input_type, text_input_mode_);
}
////////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698