summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/nine_box.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-09 01:14:29 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-09 01:14:29 +0000
commita2ac1f5ab862f38704bd03813eaac001169f9aa0 (patch)
treeb78534c7798d4d2ae99aa8067616e217effda1dd /chrome/browser/gtk/nine_box.h
parente8cebdcccc324f2dd16e08e24a589150ca45b85f (diff)
downloadchromium_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.h2
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.