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

Unified Diff: content/common/view_messages.h

Issue 715733002: [Android] Show autofill popup after animation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hide popup when resizing the viewport resulted in movement of the focused element. Created 6 years 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
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 10a1c1aef2f3e228541695eec5b1e1f2f25a7a26..d5f67bd029a2f90bcf63d1a48aa891686a5e3c6c 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -810,6 +810,10 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetTextDirection,
// Tells the renderer to clear the focused element (if any).
IPC_MESSAGE_ROUTED0(ViewMsg_ClearFocusedElement)
+// Tells the renderer that the browser will not be performing asynchronous focus
+// change operations (e.g. animations) in response to focus change.
+IPC_MESSAGE_ROUTED0(ViewMsg_FocusChangeComplete)
+
// Make the RenderView background transparent or opaque.
IPC_MESSAGE_ROUTED1(ViewMsg_SetBackgroundOpaque, bool /* opaque */)

Powered by Google App Engine
This is Rietveld 408576698