diff options
-rw-r--r-- | src/gpu/gl/GrGpuGL.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h index 5b24d40578..71cb699812 100644 --- a/src/gpu/gl/GrGpuGL.h +++ b/src/gpu/gl/GrGpuGL.h @@ -39,7 +39,7 @@ public: // Used by GrGLProgram to bind necessary textures for GrGLEffects. void bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture); - bool programUnitTest(); + bool programUnitTest(int maxStages); // GrGpu overrides virtual GrPixelConfig preferredReadPixelsConfig(GrPixelConfig config) |