aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-02-12 09:38:08 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-12 14:58:40 +0000
commit77295347c229fa4353e09d97961546ce3c9391e5 (patch)
tree030b8abdfc9bff8b1207448b36ed302ee348264a /docs
parentbc54fadf610b8d17165735d55de431a47fde9349 (diff)
remove duplicate yuv colorspace
hopefully this will stop the autobot from continually editing SkImage_Reference.md TBR=rmistry@google.com Docs-Preview: https://skia.org/?cl=106205 Bug: skia:6898 Change-Id: Ia42aada95de79e4921707323a0f42eb91f41a523 Reviewed-on: https://skia-review.googlesource.com/106205 Commit-Queue: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/SkImageInfo_Reference.bmh3
-rw-r--r--docs/undocumented.bmh8
2 files changed, 3 insertions, 8 deletions
diff --git a/docs/SkImageInfo_Reference.bmh b/docs/SkImageInfo_Reference.bmh
index 6ea97440b9..99bded3c15 100644
--- a/docs/SkImageInfo_Reference.bmh
+++ b/docs/SkImageInfo_Reference.bmh
@@ -128,6 +128,8 @@ kRGBA_8888_SkColorType.
#Subtopic Color_Type ##
# ------------------------------------------------------------------------------
+#Subtopic YUV_ColorSpace
+#Alias YUV_ColorSpace
#Enum SkYUVColorSpace
#Line # incomplete ##
@@ -161,6 +163,7 @@ range. See http://en.wikipedia.org/wiki/Rec._709 for details.
#SeeAlso incomplete
#Enum SkYUVColorSpace ##
+#Subtopic YUV_ColorSpace ##
# ------------------------------------------------------------------------------
#EnumClass SkDestinationSurfaceColorMode
diff --git a/docs/undocumented.bmh b/docs/undocumented.bmh
index ac801bed3b..b289fa1fe5 100644
--- a/docs/undocumented.bmh
+++ b/docs/undocumented.bmh
@@ -773,11 +773,3 @@ FT_Load_Glyph
#Struct ##
#Topic ##
-#Enum YUV_ColorSpace
-#Const kJPEG_SkYUVColorSpace 0
-##
-#Const kRec601_SkYUVColorSpace 1
-##
-#Const kRec709_SkYUVColorSpace 2
-##
-##