From 3c3c46238d72a365b8e11e295ad03bdf1bcbe206 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Wed, 21 Aug 2013 16:30:39 +0000 Subject: Bleed cleanup (remove nocolorbleed GM & enable bleed in game bench) https://codereview.chromium.org/23264014/ git-svn-id: http://skia.googlecode.com/svn/trunk@10853 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/GameBench.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bench/GameBench.cpp') 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); -- cgit v1.2.3