diff options
Diffstat (limited to 'chrome/views/painter.h')
-rw-r--r-- | chrome/views/painter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/views/painter.h b/chrome/views/painter.h index a934124..55ec664 100644 --- a/chrome/views/painter.h +++ b/chrome/views/painter.h @@ -81,10 +81,10 @@ class ImagePainter : public Painter { DISALLOW_EVIL_CONSTRUCTORS(ImagePainter); }; -// HorizontalPainter paints 3 images into a box: left, center and right. The left -// and right images are drawn to size at the left/right edges of the region. -// The center is tiled in the remaining space. All images must have the same -// height. +// HorizontalPainter paints 3 images into a box: left, center and right. The +// left and right images are drawn to size at the left/right edges of the +// region. The center is tiled in the remaining space. All images must have the +// same height. class HorizontalPainter : public Painter { public: // Constructs a new HorizontalPainter loading the specified image names. |