Index: gm/lumafilter.cpp |
diff --git a/gm/lumafilter.cpp b/gm/lumafilter.cpp |
index 69a4f073f0a200258854ca941bac0c089a89c764..c12bae0ba537e2bba9362dd0314339cfa5d1d447 100644 |
--- a/gm/lumafilter.cpp |
+++ b/gm/lumafilter.cpp |
@@ -34,6 +34,7 @@ static void draw_scene(SkCanvas* canvas, SkColorFilter* filter, |
c = bounds; |
c.fRight = bounds.centerX(); |
+ paint.setARGB(0x20, 0, 0, 0xff); |
canvas->drawRect(bounds, paint); |
canvas->saveLayer(&bounds, NULL); |