| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 8a2d3ddd226bf730573f15b44bb19ce3454d690f..6d96e1802cca3db85696db8681b4996ebb69c7ac 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1181,11 +1181,6 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateRect,
|
| // which may get delayed until the browser's UI unblocks.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_UpdateIsDelayed)
|
|
|
| -// 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,
|
| - bool /* true if the accelerated compositor is actve */)
|
| -
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_Focus)
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_Blur)
|
|
|
|
|