diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-28 21:28:57 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-28 21:28:57 +0000 |
commit | 5e5885a63da9b75ec990155a5aac948f9c2252bb (patch) | |
tree | 2c29fc2251a1b8754fafd35ce648d2b8d8b17858 /include | |
parent | d59a3fed3f944684c73dbc6d6bfcd1920ca68633 (diff) |
update dox
git-svn-id: http://skia.googlecode.com/svn/trunk@6591 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkData.h b/include/core/SkData.h index 4db17a03b3..9a0cb09b60 100644 --- a/include/core/SkData.h +++ b/include/core/SkData.h @@ -128,7 +128,7 @@ private: /** * Specialized version of SkAutoTUnref<SkData> for automatically unref-ing a - * SkData. If the SkData is null, data(), bytes() and size() will return 0. + * SkData. */ class SkAutoDataUnref : SkNoncopyable { public: |