From 93f03324189f211db95c312b3cb08b435cc5ac34 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Mon, 3 Dec 2012 17:35:19 +0000 Subject: Fixed remaining clang compiler warnings https://codereview.appspot.com/6865053/ git-svn-id: http://skia.googlecode.com/svn/trunk@6646 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/BitmapRectBench.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bench/BitmapRectBench.cpp') diff --git a/bench/BitmapRectBench.cpp b/bench/BitmapRectBench.cpp index b9e71f753b..4391626d89 100644 --- a/bench/BitmapRectBench.cpp +++ b/bench/BitmapRectBench.cpp @@ -59,8 +59,8 @@ public: fBitmap.eraseColor(SK_ColorBLACK); drawIntoBitmap(fBitmap); - fSrcR.set(0, 0, w, h); - fDstR.set(0, 0, w, h); + fSrcR.iset(0, 0, w, h); + fDstR.iset(0, 0, w, h); } protected: -- cgit v1.2.3