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

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

Issue 420853002: Insertion handler appears anywhere on the page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 | no next file » | 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_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() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698