Index: chrome/views/button.cc |
=================================================================== |
--- chrome/views/button.cc (revision 6868) |
+++ chrome/views/button.cc (working copy) |
@@ -105,7 +105,7 @@ |
SkBitmap img; |
if (!images_[BS_HOT].isNull() && hover_animation_->IsAnimating()) { |
- img = gfx::ImageOperations::CreateBlendedBitmap(images_[BS_NORMAL], |
+ img = skia::ImageOperations::CreateBlendedBitmap(images_[BS_NORMAL], |
images_[BS_HOT], hover_animation_->GetCurrentValue()); |
} else { |
img = images_[GetState()]; |