aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BitmapRectBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/BitmapRectBench.cpp')
-rw-r--r--bench/BitmapRectBench.cpp4
1 files changed, 2 insertions, 2 deletions
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: