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 */) |