Index: chrome/browser/favicon/favicon_util.h |
diff --git a/chrome/browser/favicon/favicon_util.h b/chrome/browser/favicon/favicon_util.h |
index 32dc6e05b460e39885aa65502c22f8c6a7e862a6..89474e995a1a8982e018c9c1637564ba9e467f76 100644 |
--- a/chrome/browser/favicon/favicon_util.h |
+++ b/chrome/browser/favicon/favicon_util.h |
@@ -34,6 +34,11 @@ class FaviconUtil { |
// the default favicon. |
static std::vector<ui::ScaleFactor> GetFaviconScaleFactors(); |
+ // Sets the color space used for converting |image| to an NSImage to the |
+ // system colorspace. This makes the favicon look the same in the browser UI |
+ // as it does in the renderer. |
+ static void SetFaviconColorSpace(gfx::Image* image); |
+ |
// Takes a vector of png-encoded frames, decodes them, and converts them to |
// a favicon of size favicon_size (in DIPs) at the desired ui scale factors. |
static gfx::Image SelectFaviconFramesFromPNGs( |