From 6b2f7ea7f470bd50dc69d331097a647ec03f8070 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Wed, 14 Mar 2012 20:00:42 +0000 Subject: tweak gm bounds to better fit the content remove assert that is too strict if the src is the dst of a prev draw (where alpha might be 0xFE, even if it *should* be 0xFF) git-svn-id: http://skia.googlecode.com/svn/trunk@3388 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gm/tablecolorfilter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gm/tablecolorfilter.cpp') diff --git a/gm/tablecolorfilter.cpp b/gm/tablecolorfilter.cpp index df33337b31..7f0a62387b 100644 --- a/gm/tablecolorfilter.cpp +++ b/gm/tablecolorfilter.cpp @@ -99,7 +99,7 @@ protected: } virtual SkISize onISize() { - return SkISize::Make(640, 480); + return SkISize::Make(700, 300); } virtual void onDraw(SkCanvas* canvas) { -- cgit v1.2.3