summaryrefslogtreecommitdiffstats
path: root/chrome/views/painter.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/painter.h')
-rw-r--r--chrome/views/painter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/painter.h b/chrome/views/painter.h
index d9516e7..e0e3519 100644
--- a/chrome/views/painter.h
+++ b/chrome/views/painter.h
@@ -97,7 +97,7 @@ class HorizontalPainter : public Painter {
virtual void Paint(int w, int h, ChromeCanvas* canvas);
// Height of the images.
- int GetHeight() const { return height_; }
+ int height() const { return height_; }
private:
// The image chunks.