| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 562ec4432d29cb6fc568314d15e96253b5e4870c..50338036cd821b9027edad684603a2c6e1c6ad84 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -819,11 +819,11 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetSurfaceClientId,
|
|
|
| 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.
|
| +// Sent by the browser to ask the renderer to redraw. Robust to events that can
|
| +// happen in renderer (abortion of the commit or draw, loss of output surface
|
| +// etc.).
|
| IPC_MESSAGE_ROUTED1(ViewMsg_ForceRedraw,
|
| - int /* request_id */)
|
| + ui::LatencyInfo /* latency_info */)
|
|
|
| // Let renderer know begin frame messages won't be sent even if requested.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetBeginFramePaused, bool /* paused */)
|
|
|