From b79d865f03456b67273b568fa5046b8ba01e365a Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Fri, 29 Mar 2013 20:30:50 +0000 Subject: 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 --- src/gpu/gl/GrGLProgramDesc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpu/gl/GrGLProgramDesc.h') 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]); /** -- cgit v1.2.3