Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 1bb0789068ba4ba0a014f4b752aa3a70c1900295..7e33c746e49468847e5ddec3ef14acf875d4f052 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -819,10 +819,9 @@ 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. |