| Index: chrome/browser/gtk/nine_box.h
|
| diff --git a/chrome/browser/gtk/nine_box.h b/chrome/browser/gtk/nine_box.h
|
| index 47c5f78ae7c54ded0b23e82e80ea32484b080f10..cf15b815a429c3a6b8b722192b0045dd94a0a247 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.
|
|
|