| 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 d60ab7a48d2d210ef082e74fdd46256fdbe23e3d..b0dcb4304a2acfe0d7de4190fc01a049df4f2755 100644
|
| --- a/content/public/browser/render_widget_host_view.h
|
| +++ b/content/public/browser/render_widget_host_view.h
|
| @@ -129,6 +129,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;
|
|
|
|
|