Index: content/browser/renderer_host/render_widget_host_view_android.cc |
diff --git a/content/browser/renderer_host/render_widget_host_view_android.cc b/content/browser/renderer_host/render_widget_host_view_android.cc |
index 09d1160e8c03896f66841ad98880f5c3d78a4f16..421138569d87cbca6468e978197df69ffef0efc7 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_android.cc |
+++ b/content/browser/renderer_host/render_widget_host_view_android.cc |
@@ -495,8 +495,8 @@ void RenderWidgetHostViewAndroid::UpdateCursor(const WebCursor& cursor) { |
} |
void RenderWidgetHostViewAndroid::SetIsLoading(bool is_loading) { |
- // Do nothing. The UI notification is handled through ContentViewClient which |
- // is TabContentsDelegate. |
+ if (is_loading) |
+ FocusedNodeChanged(false); |
jdduke (slow)
2014/07/28 14:43:05
I'm not sure this is the right solution, and I don
|
} |
long RenderWidgetHostViewAndroid::GetNativeImeAdapter() { |