| Index: include/core/SkBitmap.h
|
| diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
|
| index 4e512c0535ab01bd49522d39f50aed2bd9b4b064..b36a1fd3fddc59b211c21be88efd367af01bfb53 100644
|
| --- a/include/core/SkBitmap.h
|
| +++ b/include/core/SkBitmap.h
|
| @@ -444,7 +444,7 @@ public:
|
| */
|
| bool readyToDraw() const {
|
| return this->getPixels() != NULL &&
|
| - (this->colorType() != kIndex_8_SkColorType || NULL != fColorTable);
|
| + (this->colorType() != kIndex_8_SkColorType || fColorTable);
|
| }
|
|
|
| /** Returns the pixelRef's texture, or NULL
|
|
|