Chromium Code Reviews| Index: core/fxcodec/fx_codec.h |
| diff --git a/core/fxcodec/fx_codec.h b/core/fxcodec/fx_codec.h |
| index faf74d090264a73cbece6087eea9328e84b3c8da..bb4766567bd724e2d95066b8b05c37facb2be677 100644 |
| --- a/core/fxcodec/fx_codec.h |
| +++ b/core/fxcodec/fx_codec.h |
| @@ -96,6 +96,7 @@ class CCodec_ModuleMgr { |
| }; |
| void ReverseRGB(uint8_t* pDestBuf, const uint8_t* pSrcBuf, int pixels); |
| +uint32_t ComponentsForFamily(int family); |
| void sRGB_to_AdobeCMYK(FX_FLOAT R, |
| FX_FLOAT G, |
| FX_FLOAT B, |