| Index: src/utils/SkTextureCompressor_Blitter.h
|
| diff --git a/src/utils/SkTextureCompressor_Blitter.h b/src/utils/SkTextureCompressor_Blitter.h
|
| index beffbfca52e6c2e9bb24e923426e2664a9b194ff..3d305017e233f143bc9339c005f619c97a7ee51e 100644
|
| --- a/src/utils/SkTextureCompressor_Blitter.h
|
| +++ b/src/utils/SkTextureCompressor_Blitter.h
|
| @@ -440,7 +440,7 @@ private:
|
| typedef uint32_t Block[BlockDim][BlockDim/4];
|
| inline void updateBlockColumns(Block block, const int col,
|
| const int colsLeft, const Column curAlphai) {
|
| - SkASSERT(NULL != block);
|
| + SkASSERT(block);
|
| SkASSERT(col + colsLeft <= BlockDim);
|
|
|
| for (int i = col; i < (col + colsLeft); ++i) {
|
|
|