| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 4dadd33771b0816292097e3c785e7b7b8230d2b4..462ac60f607d6d8cf60bb244c6d3075aa45d8a86 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1163,11 +1163,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_DidRunInsecureContent,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateRect,
|
| ViewHostMsg_UpdateRect_Params)
|
|
|
| -// 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)
|
|
|
|
|