Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / src / utils / SkTextureCompressor_Blitter.h
index beffbfc..3d30501 100644 (file)
@@ -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) {