| commit | 2c84aa35988c661b3e5513c8ba9b3959832ff288 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jun 06 20:28:57 2013 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jun 06 20:28:57 2013 +0000 |
| tree | 5ea922e582dbe67287ce68fddcf4db6a2c413ba7 | |
| parent | f111851ce439b28ffed281061571992b4eaf3c0e [diff] [blame] |
separate arrays for color and coverage effects. R=robertphillips@google.com Review URL: https://codereview.chromium.org/16180006 git-svn-id: http://skia.googlecode.com/svn/trunk@9465 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index 2cf21c5..53af430 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp
@@ -190,7 +190,8 @@ SkAutoTUnref<GrGLProgram> program(GrGLProgram::Create(this->glContext(), pdesc, - stages.get())); + stages, + stages + numColorStages)); for (int s = 0; s < numStages; ++s) { SkDELETE(stages[s]); }