| Index: src/gpu/gl/GrGpuGL.h
|
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
|
| index 7c97080e5f33b0fe8a7328aaefaa7eadf4390bc8..1a3f1a29f35483294383d909aeb1a461b54f3672 100644
|
| --- a/src/gpu/gl/GrGpuGL.h
|
| +++ b/src/gpu/gl/GrGpuGL.h
|
| @@ -51,7 +51,7 @@ public:
|
| };
|
| void enableTexGen(int unitIdx, TexGenComponents, const GrGLfloat* coefficients);
|
| void enableTexGen(int unitIdx, TexGenComponents, const SkMatrix& matrix);
|
| - void disableUnusedTexGen(int numUsedTexCoordSets);
|
| + void flushTexGenSettings(int numUsedTexCoordSets);
|
| bool shouldUseFixedFunctionTexturing() const {
|
| return this->glCaps().fixedFunctionSupport() &&
|
| this->glCaps().pathRenderingSupport();
|
|
|