| Index: content/browser/renderer_host/ime_adapter_android.cc
|
| diff --git a/content/browser/renderer_host/ime_adapter_android.cc b/content/browser/renderer_host/ime_adapter_android.cc
|
| index a49e27296e665afd7f262e9aaaaed338d71832cd..19ea4d5abbabcc6f02fefb1ecbcc7d91524f7a4d 100644
|
| --- a/content/browser/renderer_host/ime_adapter_android.cc
|
| +++ b/content/browser/renderer_host/ime_adapter_android.cc
|
| @@ -285,7 +285,7 @@ void ImeAdapterAndroid::DeleteSurroundingText(JNIEnv*,
|
| RenderFrameHostImpl* rfh =
|
| static_cast<RenderFrameHostImpl*>(GetFocusedFrame());
|
| if (rfh)
|
| - rfh->ExtendSelectionAndDelete(before, after);
|
| + rfh->DeleteSurroundingText(before, after);
|
| }
|
|
|
| bool ImeAdapterAndroid::RequestTextInputStateUpdate(
|
|
|