From 96fcdcc219d2a0d3579719b84b28bede76efba64 Mon Sep 17 00:00:00 2001 From: halcanary Date: Thu, 27 Aug 2015 07:41:13 -0700 Subject: Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 Review URL: https://codereview.chromium.org/1316233002 --- bench/SKPAnimationBench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/SKPAnimationBench.cpp') diff --git a/bench/SKPAnimationBench.cpp b/bench/SKPAnimationBench.cpp index f43dc80abd..1a1ca447e5 100644 --- a/bench/SKPAnimationBench.cpp +++ b/bench/SKPAnimationBench.cpp @@ -34,7 +34,7 @@ void SKPAnimationBench::drawPicture() { SkMatrix trans = SkMatrix::MakeTrans(-1.f * this->tileRects()[j].fLeft, -1.f * this->tileRects()[j].fTop); fAnimation->preConcatFrameMatrix(fAnimationTimer.fWall, fDevBounds, &trans); - this->surfaces()[j]->getCanvas()->drawPicture(this->picture(), &trans, NULL); + this->surfaces()[j]->getCanvas()->drawPicture(this->picture(), &trans, nullptr); } for (int j = 0; j < this->tileRects().count(); ++j) { -- cgit v1.2.3