summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/nine_box.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/nine_box.cc')
-rw-r--r--chrome/browser/gtk/nine_box.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/nine_box.cc b/chrome/browser/gtk/nine_box.cc
index 1754536..3852314 100644
--- a/chrome/browser/gtk/nine_box.cc
+++ b/chrome/browser/gtk/nine_box.cc
@@ -108,7 +108,7 @@ void NineBox::TileImage(GdkPixbuf* src, GdkPixbuf* dst,
const int src_width = gdk_pixbuf_get_width(src);
const int src_height = gdk_pixbuf_get_height(src);
const int dst_width = gdk_pixbuf_get_width(dst);
- const int dst_height = gdk_pixbuf_get_width(dst);
+ const int dst_height = gdk_pixbuf_get_height(dst);
// We only tile along one axis (see above TODO about nuking all this code),
// dx or dy will be nonzero along that axis.