| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 006cdd1d8824d6ef683c883f71f6988f42962522..3d7e3c6faa6e7714174f117cdabdf45e7dcc5082 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -821,10 +821,8 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetTextDirection,
|
| // Tells the renderer to clear the focused element (if any).
|
| IPC_MESSAGE_ROUTED0(ViewMsg_ClearFocusedElement)
|
|
|
| -// Make the RenderView transparent and render it onto a custom background. The
|
| -// background will be tiled in both directions if it is not large enough.
|
| -IPC_MESSAGE_ROUTED1(ViewMsg_SetBackground,
|
| - SkBitmap /* background */)
|
| +// Make the RenderView background transparent or opaque.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_SetBackgroundOpaque, bool /* opaque */)
|
|
|
| // Used to tell the renderer not to add scrollbars with height and
|
| // width below a threshold.
|
|
|