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

Unified Diff: chrome/browser/ui/gtk/tabs/tab_strip_gtk.h

Issue 8568026: GTK: Always relayout the tab strip when the tab strip bounds change. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove stray mark Created 9 years, 1 month 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/tabs/tab_strip_gtk.h
diff --git a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
index 8669955172026da6e7146f614c1a0fe76743a13d..096dcc536b75e32fb215d4f0f9d1d8426c2cb945 100644
--- a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
+++ b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
@@ -483,6 +483,9 @@ class TabStripGtk : public TabStripModelObserver,
// ResizeLayoutTabsNow method.
base::WeakPtrFactory<TabStripGtk> weak_factory_;
+ // A different factory for calls to Layout().
+ base::WeakPtrFactory<TabStripGtk> layout_factory_;
+
// True if the tabstrip has already been added as a MessageLoop observer.
bool added_as_message_loop_observer_;
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc » ('j') | chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698