Index: views/controls/button/image_button.cc |
diff --git a/views/controls/button/image_button.cc b/views/controls/button/image_button.cc |
index 245942aa58918a1e0ef9ccf7555acc5a5e19844f..0565faed0d0678413ccdf747688bbb2c06024dfe 100644 |
--- a/views/controls/button/image_button.cc |
+++ b/views/controls/button/image_button.cc |
@@ -93,7 +93,7 @@ void ImageButton::Paint(gfx::Canvas* canvas) { |
SkBitmap ImageButton::GetImageToPaint() { |
SkBitmap img; |
- if (!images_[BS_HOT].isNull() && hover_animation_->IsAnimating()) { |
+ if (!images_[BS_HOT].isNull() && hover_animation_->is_animating()) { |
img = SkBitmapOperations::CreateBlendedBitmap(images_[BS_NORMAL], |
images_[BS_HOT], hover_animation_->GetCurrentValue()); |
} else { |