aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkBitmap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index 124525e249..ad18547980 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -371,7 +371,9 @@ public:
*/
SkGpuTexture* getTexture() const;
- /** Return the bitmap's colortable (if any). Does not affect the colortable's
+ /** Return the bitmap's colortable, if it uses one (i.e. fConfig is
+ kIndex8_Config or kRLE_Index8_Config) and the pixels are locked.
+ Otherwise returns NULL. Does not affect the colortable's
reference count.
*/
SkColorTable* getColorTable() const { return fColorTable; }