Chromium Code Reviews| Index: components/favicon_base/select_favicon_frames.h |
| diff --git a/components/favicon_base/select_favicon_frames.h b/components/favicon_base/select_favicon_frames.h |
| index cc57a802f8e13a3cabcd271aee53409c53117bd8..f9d349d8c380ec6c27d399fd211ab51b3a284252 100644 |
| --- a/components/favicon_base/select_favicon_frames.h |
| +++ b/components/favicon_base/select_favicon_frames.h |
| @@ -17,7 +17,7 @@ class Size; |
| } |
| // Score which is smaller than the minimum score returned by |
| -// SelectFaviconFrames() or SelectFaviconBitmapIDs(). |
| +// SelectFaviconFrames() or SelectFaviconRawBitmapIDs(). |
|
pkotwicz
2014/06/12 22:52:02
This should be SelectFaviconFrameIndices()
Select
oshima
2014/06/12 23:25:44
Done.
|
| extern const float kSelectFaviconFramesInvalidScore; |
| // Takes a list of all bitmaps found in a .ico file, and creates an |