| Index: include/core/SkBitmap.h
|
| diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
|
| index 1dd2c8034f686ff5155fe7011c88fd1acfdab1b2..2cdac27bad86d839c1c15fe38eed2aa3b2b371ea 100644
|
| --- a/include/core/SkBitmap.h
|
| +++ b/include/core/SkBitmap.h
|
| @@ -131,10 +131,7 @@ public:
|
| *
|
| * Note: this changes the alphatype for the underlying pixels, which means
|
| * that all bitmaps that might be sharing (subsets of) the pixels will
|
| - * be affected. This is an expensive change for some backends (e.g. GPU)
|
| - * since changing the alphatype can invalidate internal caches. Thus this
|
| - * call should only be made if it is associated with real changes to the
|
| - * pixel data.
|
| + * be affected.
|
| */
|
| bool setAlphaType(SkAlphaType);
|
|
|
|
|