aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCary Clark <caryclark@skia.org>2018-11-21 11:45:57 -0500
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2018-11-21 19:15:59 +0000
commite9c5a1599308c65f0e0b80f0fd5d5a2190a3e373 (patch)
treeb769ae1db29da65d0ff1a30ca13f71c594949c9d /include
parentea02708e078c89ddaaad6f584bbc57d3afccad9f (diff)
downloadskqp-e9c5a1599308c65f0e0b80f0fd5d5a2190a3e373.tar.gz
fix bookmaker
Mark experimental method in SkCanvas as "Experimental" in its comment. Maybe it should be enough to name the routine experimental_... but for now bookmaker requires the comment to say that as well. Change the TextIntercept examples to #NoExample. TBR=reed@google.com,bsalomon@google.com Docs-Preview: https://skia.org/?cl=172402 Bug: skia: Change-Id: Id74b59e141d5002a8b6118ca28cb9c62a36e2f02 Reviewed-on: https://skia-review.googlesource.com/c/172402 Reviewed-by: Cary Clark <caryclark@skia.org> Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'include')
-rw-r--r--include/core/SkCanvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index db66a0c12d..6177349044 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -1840,7 +1840,7 @@ public:
unsigned fAAFlags; // QuadAAFlags
};
- /** This version will be removed. Alpha is now a property of ImageSetEntry. */
+ /** Experimental. This version will be removed. Alpha is now a property of ImageSetEntry. */
void experimental_DrawImageSetV0(const ImageSetEntry imageSet[], int cnt, float alpha,
SkFilterQuality quality, SkBlendMode mode);