From 49f085dddff10473b6ebf832a974288300224e60 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Fri, 5 Sep 2014 13:34:00 -0700 Subject: "NULL !=" = NULL R=reed@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/544233002 --- bench/ChartBench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/ChartBench.cpp') diff --git a/bench/ChartBench.cpp b/bench/ChartBench.cpp index f33d2da398..8d05ef179a 100644 --- a/bench/ChartBench.cpp +++ b/bench/ChartBench.cpp @@ -64,7 +64,7 @@ static void gen_paths(const SkTDArray& 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). -- cgit v1.2.3