Index: chrome/views/painter.h |
=================================================================== |
--- chrome/views/painter.h (revision 11293) |
+++ chrome/views/painter.h (working copy) |
@@ -81,10 +81,10 @@ |
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. |