aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl')
-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]);
/**