| Index: ui/views/controls/scrollbar/bitmap_scroll_bar.h
|
| diff --git a/ui/views/controls/scrollbar/bitmap_scroll_bar.h b/ui/views/controls/scrollbar/bitmap_scroll_bar.h
|
| index 3c6a1b4d8ae7ce9cd086b7f273d87206f2ae35cb..10fd6d19f890722e0baacf23ba7312e6275db8c9 100644
|
| --- a/ui/views/controls/scrollbar/bitmap_scroll_bar.h
|
| +++ b/ui/views/controls/scrollbar/bitmap_scroll_bar.h
|
| @@ -18,8 +18,8 @@ class BitmapScrollBarThumb;
|
| //
|
| // BitmapScrollBar
|
| //
|
| -// A ScrollBar subclass that implements a scroll bar rendered using bitmaps
|
| -// that the user provides. There are bitmaps for the up and down buttons, as
|
| +// A ScrollBar subclass that implements a scroll bar rendered using images
|
| +// that the user provides. There are images for the up and down buttons, as
|
| // well as for the thumb and track. This is intended for creating UIs that
|
| // have customized, non-native appearances, like floating HUDs etc.
|
| //
|
| @@ -30,7 +30,7 @@ class VIEWS_EXPORT BitmapScrollBar : public BaseScrollBar,
|
| BitmapScrollBar(bool horizontal, bool show_scroll_buttons);
|
| virtual ~BitmapScrollBar() { }
|
|
|
| - // A list of parts that the user may supply bitmaps for.
|
| + // A list of parts that the user may supply images for.
|
| enum ScrollBarPart {
|
| // The button used to represent scrolling up/left by 1 line.
|
| PREV_BUTTON = 0,
|
|
|