| Index: ui/gfx/image/image_family.cc
|
| diff --git a/ui/gfx/image/image_family.cc b/ui/gfx/image/image_family.cc
|
| index e7e9234f695b2d5e48220655c51b2cc0f344fff7..27b7f8c337741f9964f750bf89bdc2cbeb98d53f 100644
|
| --- a/ui/gfx/image/image_family.cc
|
| +++ b/ui/gfx/image/image_family.cc
|
| @@ -39,7 +39,7 @@ void ImageFamily::Add(const gfx::ImageSkia& image_skia) {
|
| Add(gfx::Image(image_skia));
|
| }
|
|
|
| -const gfx::Image* ImageFamily::Get(int width, int height) const {
|
| +const gfx::Image* ImageFamily::GetBest(int width, int height) const {
|
| if (map_.empty())
|
| return NULL;
|
|
|
|
|