| Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/favicon_webui_handler.cc (revision 134496)
|
| +++ chrome/browser/ui/webui/ntp/favicon_webui_handler.cc (working copy)
|
| @@ -33,7 +33,7 @@
|
| }
|
|
|
| base::StringValue* GetDominantColorCssString(
|
| - scoped_refptr<RefCountedMemory> png) {
|
| + scoped_refptr<base::RefCountedMemory> png) {
|
| color_utils::GridSampler sampler;
|
| SkColor color = color_utils::CalculateKMeanColorOfPNG(png, 100, 665, sampler);
|
| return SkColorToCss(color);
|
|
|