| Index: include/core/SkImageInfo.h
|
| diff --git a/include/core/SkImageInfo.h b/include/core/SkImageInfo.h
|
| index 9a1ea5f5ee90d2e107a5e60b335df8dfb1be60c7..aa183cf314fb112d45794fa273196b7c63143eb4 100644
|
| --- a/include/core/SkImageInfo.h
|
| +++ b/include/core/SkImageInfo.h
|
| @@ -142,8 +142,11 @@ enum SkYUVColorSpace {
|
| /** SDTV standard Rec. 601 color space. Uses "studio swing" [16, 235] color
|
| range. See http://en.wikipedia.org/wiki/Rec._601 for details. */
|
| kRec601_SkYUVColorSpace,
|
| + /** HDTV standard Rec. 709 color space. Uses "studio swing" [16, 235] color
|
| + range. See http://en.wikipedia.org/wiki/Rec._709 for details. */
|
| + kRec709_SkYUVColorSpace,
|
|
|
| - kLastEnum_SkYUVColorSpace = kRec601_SkYUVColorSpace
|
| + kLastEnum_SkYUVColorSpace = kRec709_SkYUVColorSpace
|
| };
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|