Chromium Code Reviews| Index: content/browser/android/content_view_core_impl.cc |
| diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc |
| index 312de234bb96f1205956e98f00ea6906eaf73093..48abdfa51bfd918465adf3c7e96bc322f6ff7159 100644 |
| --- a/content/browser/android/content_view_core_impl.cc |
| +++ b/content/browser/android/content_view_core_impl.cc |
| @@ -1130,7 +1130,7 @@ void ContentViewCoreImpl::SetTextHandlesTemporarilyHidden(JNIEnv* env, |
| void ContentViewCoreImpl::ResetGestureDetection(JNIEnv* env, jobject obj) { |
| RenderWidgetHostViewAndroid* rwhv = GetRenderWidgetHostViewAndroid(); |
| if (rwhv) |
| - rwhv->ResetGestureDetection(); |
| + rwhv->OnMainFrameNavigation(); |
|
jdduke (slow)
2015/01/30 18:49:48
Oh, let's keep |ResetGestureDetection| in RWHVAndr
lanwei
2015/02/04 21:10:05
Done.
|
| } |
| void ContentViewCoreImpl::SetDoubleTapSupportEnabled(JNIEnv* env, |