aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/GameBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/GameBench.cpp')
-rw-r--r--bench/GameBench.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bench/GameBench.cpp b/bench/GameBench.cpp
index 63a0d02f97..70514947df 100644
--- a/bench/GameBench.cpp
+++ b/bench/GameBench.cpp
@@ -207,7 +207,8 @@ protected:
4, verts, uvs, NULL, NULL,
indices, 6, p2);
} else {
- canvas->drawBitmapRect(fAtlas, &src, dst, &p);
+ canvas->drawBitmapRect(fAtlas, &src, dst, &p,
+ SkCanvas::kBleed_DrawBitmapRectFlag);
}
} else {
canvas->drawBitmapRect(fCheckerboard, NULL, dst, &p);