| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 3815910e7270cf6f04567049f13ce1f0fbac51ba..de9d3a6dc9896218ae5bfa8ae7d44859e536da20 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -989,6 +989,10 @@ IPC_MESSAGE_ROUTED2(ViewMsg_ReclaimCompositorResources,
|
|
|
| IPC_MESSAGE_ROUTED0(ViewMsg_SelectWordAroundCaret)
|
|
|
| +// Sent by the browser to ask the renderer to redraw.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_ForceRedraw,
|
| + int /* request_id */)
|
| +
|
| // -----------------------------------------------------------------------------
|
| // Messages sent from the renderer to the browser.
|
|
|
|
|