| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index c25a93dc60b0fa5881eb26ed1a632a1fc960d427..29d73725c815b92f8b70c0b007de2adbcdc4b027 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -820,6 +820,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 */)
|
|
|
|
|