| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 93459214ab4475afb0eac075e1528f09a813472d..8fd8cf9757a6396ba2ed6e91f72040c615d36322 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -515,6 +515,9 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetTextDirection,
|
| // Make the RenderView background transparent or opaque.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetBackgroundOpaque, bool /* opaque */)
|
|
|
| +// Set the RenderView background color.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_SetBaseBackgroundColor, SkColor /* color */)
|
| +
|
| // Used to tell the renderer not to add scrollbars with height and
|
| // width below a threshold.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_DisableScrollbarsForSmallWindows,
|
|
|