| Index: src/core/SkOpts.h
|
| diff --git a/src/core/SkOpts.h b/src/core/SkOpts.h
|
| index 1c33529d52d7bb37743309df8f204d0e37bcf15b..186fa73d4c1a9f9e2398d863640073315f0c5812 100644
|
| --- a/src/core/SkOpts.h
|
| +++ b/src/core/SkOpts.h
|
| @@ -74,6 +74,10 @@ namespace SkOpts {
|
| const float srcToDstMatrix[16]);
|
| extern void (*color_xform_RGB1_2dot2_to_2dot2)(uint32_t* dst, const uint32_t* src, int len,
|
| const float srcToDstMatrix[16]);
|
| + extern void (*color_xform_RGB1_srgb_to_srgb) (uint32_t* dst, const uint32_t* src, int len,
|
| + const float srcToDstMatrix[16]);
|
| + extern void (*color_xform_RGB1_2dot2_to_srgb)(uint32_t* dst, const uint32_t* src, int len,
|
| + const float srcToDstMatrix[16]);
|
| }
|
|
|
| #endif//SkOpts_DEFINED
|
|
|