| Index: android_webview/lib/main/aw_main_delegate.cc
|
| diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
|
| index aff659a5a7927bdea0599e676dce797185f6c419..63b906363b829f99a6e11a90890aac09422b7c20 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -141,6 +141,9 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
|
| cl->AppendSwitchASCII(switches::kRendererProcessLimit, "1");
|
| }
|
|
|
| + // TODO(changwan): do not ship this
|
| + cl->AppendSwitch(switches::kUseImeThread);
|
| +
|
| return false;
|
| }
|
|
|
|
|