diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkBitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index 469252aefe..58af571b95 100644 --- a/include/core/SkBitmap.h +++ b/include/core/SkBitmap.h @@ -464,7 +464,7 @@ public: */ inline SkPMColor getIndex8Color(int x, int y) const; - /** Set dst to be a subset of this bitmap. If possible, it will share the + /** Set dst to be a setset of this bitmap. If possible, it will share the pixel memory, and just point into a subset of it. However, if the config does not support this, a local copy will be made and associated with the dst bitmap. If the subset rectangle, intersected with the bitmap's |