| 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 2b2eb599abb13917455c1bf80cb1e5699bc525a2..e8d1b0e4034f52c6010ad7bfb4288dda87c430f3 100644
|
| --- a/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| @@ -55,6 +55,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 TabContents that constrains this Constrained Window.
|
| TabContents* owner() const { return tab_contents_; }
|
|
|
|
|