| 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 139ea3b7cffd4abee947b36cc1c86c8b5e495eb4..c767e7c9d5c15b7c01ac1d32134b7f736acc21ea 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
|
|
|