| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 17bde5bdd4ae45c356acc605f9ff09f0ca355b65..44812aaf157c43b0142d6018f948bd3f0e107004 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -977,6 +977,8 @@ IPC_MESSAGE_ROUTED2(ViewMsg_ReclaimCompositorResources,
|
| IPC_MESSAGE_ROUTED0(ViewMsg_SelectWordAroundCaret)
|
|
|
| // Sent by the browser to ask the renderer to redraw.
|
| +// If |request_id| is not zero, it is added to the forced frame's latency info
|
| +// as ui::WINDOW_SNAPSHOT_FRAME_NUMBER_COMPONENT.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_ForceRedraw,
|
| int /* request_id */)
|
|
|
|
|