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

Unified Diff: content/common/view_messages.h

Issue 826713002: [ChromeOS] Show autofill popup after keyboard (if any) is shown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 9b126d6aa46c1436e224a28fe4f9a443e4c0243d..0dab49049369e1b6445bcadabde12e6a628eea38 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 has completed the 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