aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLProgramDesc.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-29 20:30:50 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-29 20:30:50 +0000
commitb79d865f03456b67273b568fa5046b8ba01e365a (patch)
treec1b9ed9d6823e1cba2d5f49ca57e69e8c5fe7879 /src/gpu/gl/GrGLProgramDesc.h
parent26e18b593ab65e4d92dfbce92579d8bc180d4c2c (diff)
Fix GLPrograms test.
Review URL: https://codereview.chromium.org/13327008 git-svn-id: http://skia.googlecode.com/svn/trunk@8450 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl/GrGLProgramDesc.h')
-rw-r--r--src/gpu/gl/GrGLProgramDesc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLProgramDesc.h b/src/gpu/gl/GrGLProgramDesc.h
index b1660d8585..df5729fb18 100644
--- a/src/gpu/gl/GrGLProgramDesc.h
+++ b/src/gpu/gl/GrGLProgramDesc.h
@@ -38,6 +38,7 @@ public:
// For unit testing.
void setRandom(SkMWCRandom*,
const GrGpuGL* gpu,
+ const GrTexture* dummyDstTexture,
const GrEffectStage stages[GrDrawState::kNumStages]);
/**