| Index: bench/ETCBitmapBench.cpp
|
| diff --git a/bench/ETCBitmapBench.cpp b/bench/ETCBitmapBench.cpp
|
| index 529f5f69da49e9c3d88d200825e5f83bdf5aa037..36573c8245ad6e343e2f81de053fac776a5d3a27 100644
|
| --- a/bench/ETCBitmapBench.cpp
|
| +++ b/bench/ETCBitmapBench.cpp
|
| @@ -21,7 +21,7 @@
|
| // This takes the etc1 data pointed to by orig, and copies it `factor` times in each
|
| // dimension. The return value is the new data or NULL on error.
|
| static etc1_byte* create_expanded_etc1_bitmap(const uint8_t* orig, int factor) {
|
| - SkASSERT(NULL != orig);
|
| + SkASSERT(orig);
|
| SkASSERT(factor > 1);
|
|
|
| const etc1_byte* origData = reinterpret_cast<const etc1_byte*>(orig);
|
|
|