Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7037)

Unified Diff: chrome/views/painter.h

Issue 42013: Slight code change to make some global variables const. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/views/native_scroll_bar.cc ('k') | chrome/views/text_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/views/native_scroll_bar.cc ('k') | chrome/views/text_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698