| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index cac159bf6477b54ab5076f4bdd7f5a33b825541c..8405626eaa75530582ab230f88e7ecb3b8b17b3e 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2011,3 +2011,8 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_UnlockMouse)
|
| IPC_MESSAGE_ROUTED2(ViewHostMsg_DomOperationResponse,
|
| std::string /* json_string */,
|
| int /* automation_id */)
|
| +
|
| +// Enable or disable inverting of web content pixels, for users who prefer
|
| +// white-on-black.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_InvertWebContent,
|
| + bool /* invert */)
|
|
|