Index: bench/ChartBench.cpp |
diff --git a/bench/ChartBench.cpp b/bench/ChartBench.cpp |
index f33d2da3985df08933d5660fb70464d75e19c2fc..8d05ef179a33a7310eebb136824301af839cd71c 100644 |
--- a/bench/ChartBench.cpp |
+++ b/bench/ChartBench.cpp |
@@ -64,7 +64,7 @@ static void gen_paths(const SkTDArray<SkScalar>& topData, |
x += xDelta; |
} |
- if (NULL != bottomData) { |
+ if (bottomData) { |
SkASSERT(bottomData->count() == topData.count()); |
// iterate backwards over the previous graph's data to generate the bottom of the filled |
// area (and account for leftShift). |