Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7251)

Unified Diff: chrome/browser/ui/gtk/constrained_window_gtk.h

Issue 11040053: retry 160232 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/constrained_window_gtk.cc » ('j') | chrome/browser/ui/gtk/constrained_window_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698