Index: chrome/browser/ui/gtk/constrained_window_gtk.h |
diff --git a/chrome/browser/ui/gtk/constrained_window_gtk.h b/chrome/browser/ui/gtk/constrained_window_gtk.h |
index 8cfbd9beb23b333f89f055beaed4272bb59e410a..3e0450d5e6bf3363ff57900b2e00d3f49418de4a 100644 |
--- a/chrome/browser/ui/gtk/constrained_window_gtk.h |
+++ b/chrome/browser/ui/gtk/constrained_window_gtk.h |
@@ -58,6 +58,9 @@ class ConstrainedWindowGtk : public ConstrainedWindow { |
virtual void CloseConstrainedWindow() OVERRIDE; |
virtual void FocusConstrainedWindow() OVERRIDE; |
+ // Called when the result of GetBackgroundColor may have changed. |
+ void BackgroundColorChanged(); |
+ |
// Returns the WebContents that constrains this Constrained Window. |
content::WebContents* owner() const { return web_contents_; } |