| Index: chrome/views/bitmap_scroll_bar.cc
|
| ===================================================================
|
| --- chrome/views/bitmap_scroll_bar.cc (revision 11293)
|
| +++ chrome/views/bitmap_scroll_bar.cc (working copy)
|
| @@ -221,7 +221,8 @@
|
| // Returns the bitmap that is rendered in the middle of the thumb
|
| // transparently over the background bitmap.
|
| SkBitmap* grippy_bitmap() const {
|
| - return scroll_bar_->images_[BitmapScrollBar::THUMB_GRIPPY][BaseButton::BS_NORMAL];
|
| + return scroll_bar_->images_[BitmapScrollBar::THUMB_GRIPPY]
|
| + [BaseButton::BS_NORMAL];
|
| }
|
|
|
| // Update our state and schedule a repaint when the mouse moves over us.
|
|
|