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 7c749a27c696c887341584ac9b1213352fb56a9e..50fea9542e7615abeec50ae0e39e3723d9eabe10 100644 |
--- a/content/public/browser/render_widget_host_view.h |
+++ b/content/public/browser/render_widget_host_view.h |
@@ -132,6 +132,7 @@ class CONTENT_EXPORT RenderWidgetHostView { |
// Convenience method to fill the background layer with the default color by |
// calling |SetBackgroundColor|. |
virtual void SetBackgroundColorToDefault() = 0; |
+ virtual void SetBackgroundOpaque(bool opaque) = 0; |
virtual bool GetBackgroundOpaque() = 0; |
// Return value indicates whether the mouse is locked successfully or not. |