aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-14 14:28:34 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-14 14:28:34 +0000
commit3055879cbf88095a46343736f3f4417761b8afe7 (patch)
tree7326d08426df846f7e8b286c2a156d4617ea81b8 /include/core
parentf70e917df73ab776c8869e6f9caa381a03e5f595 (diff)
Add ownership dox for SkShader::asACompose.
Supplement the comment added in http://code.google.com/p/skia/source/detail?r=14716 R=reed@google.com Author: scroggo@google.com Review URL: https://codereview.chromium.org/288713002 git-svn-id: http://skia.googlecode.com/svn/trunk@14724 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkShader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index bc83c320cd..e67167d924 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -359,6 +359,8 @@ public:
/**
* If the shader subclass is composed of two shaders, return true, and if rec is not NULL,
* fill it out with info about the shader.
+ *
+ * These are bare pointers; the ownership and reference count are unchanged.
*/
struct ComposeRec {