aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BitmapRectBench.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-03 17:35:19 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-03 17:35:19 +0000
commit93f03324189f211db95c312b3cb08b435cc5ac34 (patch)
tree0eb0f4c0c62ce4cdff52d98c54334a0094d3cc5d /bench/BitmapRectBench.cpp
parent08cb7286c6fe50ceaabc15a16f0020d808390f43 (diff)
Fixed remaining clang compiler warnings
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: