| Index: src/gpu/gl/GrGpuGL.h
|
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
|
| index 63fcea6e1f8e6257d709679202f38def760a9739..0a54d49295264e2c1bc0aa21dd8f15a8a7df50e4 100644
|
| --- a/src/gpu/gl/GrGpuGL.h
|
| +++ b/src/gpu/gl/GrGpuGL.h
|
| @@ -54,8 +54,6 @@ public:
|
| // state.
|
| void bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture);
|
|
|
| - bool programUnitTest(int maxStages);
|
| -
|
| // GrGpu overrides
|
| virtual GrPixelConfig preferredReadPixelsConfig(GrPixelConfig readConfig,
|
| GrPixelConfig surfaceConfig) const SK_OVERRIDE;
|
|
|