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 d503fa9db67e32353e9932062ca3125609789823..e0b34a63621ae5f3fbe2ae402193275b0ee319e4 100644 |
--- a/content/public/browser/render_widget_host_view.h |
+++ b/content/public/browser/render_widget_host_view.h |
@@ -121,6 +121,9 @@ class CONTENT_EXPORT RenderWidgetHostView { |
virtual void SetBackgroundColorToDefault() = 0; |
virtual bool GetBackgroundOpaque() = 0; |
+ // Subclasses should override this method to set the theme color. |
+ virtual void SetThemeColor(SkColor color) = 0; |
+ |
// Return value indicates whether the mouse is locked successfully or not. |
virtual bool LockMouse() = 0; |
virtual void UnlockMouse() = 0; |