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

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

Issue 21157006: change tsf_input_scopes::SetInputScopeForTsfUnawareWindow to SetInputScopesForTsfUnawareWindow (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 | ui/base/ime/win/tsf_input_scope.h » ('j') | 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 d18af60da8daaa169327d6aedd37be60ef8196b4..8f7860cf2ab7c4a600b8cc1c98c8f7b827f5cd6b 100644
--- a/content/browser/renderer_host/render_widget_host_view_win.cc
+++ b/content/browser/renderer_host/render_widget_host_view_win.cc
@@ -3163,8 +3163,8 @@ void RenderWidgetHostViewWin::UpdateInputScopeIfNecessary(
if (base::win::IsTSFAwareRequired())
return;
- ui::tsf_inputscope::SetInputScopeForTsfUnawareWindow(m_hWnd,
- text_input_type);
+ ui::tsf_inputscope::SetInputScopeForTsfUnawareWindow(
+ m_hWnd, text_input_type, ui::TEXT_INPUT_MODE_DEFAULT);
}
////////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « no previous file | ui/base/ime/win/tsf_input_scope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698