Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 9d90eb1af01c9e4296740896c01d592d3e29767c..d247651a1b236234845f0c048052fa3787252876 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -2016,3 +2016,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 */) |