diff options
Diffstat (limited to 'src/gpu/gl')
-rw-r--r-- | src/gpu/gl/GrGLProgramDesc.h | 1 |
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]); /** |