commit | c3a58f345de16c185db3a20578c7ddf52bc89d38 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Nov 01 15:40:47 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Nov 01 15:40:47 2012 +0000 |
tree | 90b83991981cce5a6e19e212911122f240aa8470 | |
parent | 66e534da8e2b3de928f7ce132da61947a73ab7cb [diff] [blame] |
Reland r6233 with fix for config conversion texture matrices. git-svn-id: http://skia.googlecode.com/svn/trunk@6238 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/texdata.cpp b/gm/texdata.cpp index cc3476d..18c600f 100644 --- a/gm/texdata.cpp +++ b/gm/texdata.cpp
@@ -114,7 +114,7 @@ tm = vm; tm.postIDiv(2*S, 2*S); paint.colorStage(0)->setEffect(SkNEW_ARGS(GrSingleTextureEffect, - (texture)), tm)->unref(); + (texture, tm)))->unref(); ctx->drawRect(paint, GrRect::MakeWH(2*S, 2*S));