| Index: content/public/browser/render_widget_host_view.h
|
| diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
|
| index ff3127b69e5307fec8eed08e388902514aeeb873..03924f1730b7d53d322938d5f20851cc15bdbf76 100644
|
| --- a/content/public/browser/render_widget_host_view.h
|
| +++ b/content/public/browser/render_widget_host_view.h
|
| @@ -131,6 +131,7 @@ class CONTENT_EXPORT RenderWidgetHostView {
|
| virtual void SetBackgroundColor(SkColor color) = 0;
|
| // Convenience method to fill the background layer with the default color by
|
| // calling |SetBackgroundColor|.
|
| + virtual SkColor background_color() = 0;
|
| virtual void SetBackgroundColorToDefault() = 0;
|
| virtual bool GetBackgroundOpaque() = 0;
|
|
|
|
|