| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index aa9172e0856b1dc72bdd65ed39656cdaecba9240..1fd1ebeebefb270c1c7005c8dd7317c800c5952f 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1279,6 +1279,9 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_PaintAtSize_ACK,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateRect,
|
| ViewHostMsg_UpdateRect_Params)
|
|
|
| +// Sent to update the current scroll offset.
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateScrollOffset, gfx::Size);
|
| +
|
| // Sent by the renderer when accelerated compositing is enabled or disabled to
|
| // notify the browser whether or not is should do painting.
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_DidActivateAcceleratedCompositing,
|
|
|