| Index: ui/gfx/image/image_family.h
|
| diff --git a/ui/gfx/image/image_family.h b/ui/gfx/image/image_family.h
|
| index 9aa1633f6787e43286a3647197f7fc933d0d3433..28ea7dff70d442a946e8c71d003815951208b9bf 100644
|
| --- a/ui/gfx/image/image_family.h
|
| +++ b/ui/gfx/image/image_family.h
|
| @@ -109,7 +109,7 @@ class UI_EXPORT ImageFamily {
|
| // returns the smallest image with both its width and height bigger or equal
|
| // to the requested size. If none exists, returns the largest image of that
|
| // aspect ratio. If there are no images in the family, returns NULL.
|
| - const gfx::Image* Get(int width, int height) const;
|
| + const gfx::Image* GetBest(int width, int height) const;
|
|
|
| private:
|
| // An <aspect ratio, DIP width> pair.
|
|
|