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 6094b9b9acb4947ff2901b287342c09ed1117520..be306db29770a2eb7bf1d55e5db697a826ac857e 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -372,6 +372,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost, |
// Set the RenderView background transparency. |
void SetBackgroundOpaque(bool opaque); |
+ // Set the RenderView background color. |
+ void SetBackgroundColor(SkColor color); |
+ |
// Notifies the renderer that the next key event is bound to one or more |
// pre-defined edit commands |
void SetEditCommandsForNextKeyEvent( |