diff options
Diffstat (limited to 'chrome/views/bitmap_scroll_bar.cc')
-rw-r--r-- | chrome/views/bitmap_scroll_bar.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/views/bitmap_scroll_bar.cc b/chrome/views/bitmap_scroll_bar.cc index d919dc8..686954d 100644 --- a/chrome/views/bitmap_scroll_bar.cc +++ b/chrome/views/bitmap_scroll_bar.cc @@ -221,7 +221,8 @@ class BitmapScrollBarThumb : public View { // 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. |