diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-15 00:29:36 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-15 00:29:36 +0000 |
commit | 9b3fc53cf3e31fd61e24442fbdcadf8da99f56ed (patch) | |
tree | 255152debf3325e4d52c1df161698a7406b53eeb /chrome/browser/gtk/tabs/tab_strip_gtk.h | |
parent | b1ffd3f3babba213e7709cf8814d3c146522790a (diff) | |
download | chromium_src-9b3fc53cf3e31fd61e24442fbdcadf8da99f56ed.zip chromium_src-9b3fc53cf3e31fd61e24442fbdcadf8da99f56ed.tar.gz chromium_src-9b3fc53cf3e31fd61e24442fbdcadf8da99f56ed.tar.bz2 |
[GTK] Fix rtl tabstrip layout during window resize.
BUG=55619
TEST=see bug
Review URL: http://codereview.chromium.org/3431003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59467 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/tabs/tab_strip_gtk.h')
-rw-r--r-- | chrome/browser/gtk/tabs/tab_strip_gtk.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/gtk/tabs/tab_strip_gtk.h b/chrome/browser/gtk/tabs/tab_strip_gtk.h index e812ba1..bc03bcf 100644 --- a/chrome/browser/gtk/tabs/tab_strip_gtk.h +++ b/chrome/browser/gtk/tabs/tab_strip_gtk.h @@ -307,8 +307,9 @@ class TabStripGtk : public TabStripModelObserver, // Returns the x-coordinate tabs start from. int tab_start_x() const; - // Perform an animated resize-relayout of the TabStrip immediately. - void ResizeLayoutTabs(); + // Perform an animated resize-relayout of the TabStrip immediately. The + // value returned indicates whether a resize actually took place. + bool ResizeLayoutTabs(); // Returns whether or not the cursor is currently in the "tab strip zone" // which is defined as the region above the TabStrip and a bit below it. |