Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index ab43baef64f3a5415c5275096c86384b331289dd..3d683d67335dbecee6b06ef0a4516a589cbb668c 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -384,8 +384,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
// perform an action. See OnUserGesture for more details. |
void StartUserGesture(); |
- // Set the RenderView background. |
- void SetBackground(const SkBitmap& background); |
+ // Set the RenderView background transparency. |
+ void SetBackgroundOpaque(bool opaque); |
// Notifies the renderer that the next key event is bound to one or more |
// pre-defined edit commands |