| Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
|
| index 365a79389a0676cbf96316710745771920168aa3..f5773dfb1de7ee09d8b13836479418663d97755e 100644
|
| --- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
|
| @@ -37,8 +37,7 @@ base::StringValue* SkColorToCss(SkColor color) {
|
| base::StringValue* GetDominantColorCssString(
|
| scoped_refptr<base::RefCountedMemory> png) {
|
| color_utils::GridSampler sampler;
|
| - SkColor color =
|
| - color_utils::CalculateKMeanColorOfPNG(png, 100, 665, &sampler);
|
| + SkColor color = color_utils::CalculateKMeanColorOfPNG(png);
|
| return SkColorToCss(color);
|
| }
|
|
|
|
|