diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-09 01:14:29 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-09 01:14:29 +0000 |
commit | a2ac1f5ab862f38704bd03813eaac001169f9aa0 (patch) | |
tree | b78534c7798d4d2ae99aa8067616e217effda1dd /chrome/browser/gtk/nine_box.h | |
parent | e8cebdcccc324f2dd16e08e24a589150ca45b85f (diff) | |
download | chromium_src-a2ac1f5ab862f38704bd03813eaac001169f9aa0.zip chromium_src-a2ac1f5ab862f38704bd03813eaac001169f9aa0.tar.gz chromium_src-a2ac1f5ab862f38704bd03813eaac001169f9aa0.tar.bz2 |
linux: offset toolbar graphic so tabs merge in properly.
Review URL: http://codereview.chromium.org/63148
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13401 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/nine_box.h')
-rw-r--r-- | chrome/browser/gtk/nine_box.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/nine_box.h b/chrome/browser/gtk/nine_box.h index 47c5f78..cf15b81 100644 --- a/chrome/browser/gtk/nine_box.h +++ b/chrome/browser/gtk/nine_box.h @@ -31,7 +31,7 @@ class NineBox { // Render the top row of images to |dst| between |x1| and |x2|. // This is split from RenderToWidget so the toolbar can use it. - void RenderTopCenterStrip(GtkWidget* dst, int x1, int x2); + void RenderTopCenterStrip(GtkWidget* dst, int x1, int x2, int y1); private: // Repeatedly stamp src across dst. |