Index: src/gpu/gl/GrGpuGL.h |
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
index b39aedb82417f273e552c7adf53dbf463eb207ab..d60be0ef3580475ba437c5c789046f6fa863b05b 100644 |
--- a/src/gpu/gl/GrGpuGL.h |
+++ b/src/gpu/gl/GrGpuGL.h |
@@ -61,9 +61,6 @@ public: |
void enablePathTexGen(int unitIdx, PathTexGenComponents, const GrGLfloat* coefficients); |
void enablePathTexGen(int unitIdx, PathTexGenComponents, const SkMatrix& matrix); |
void flushPathTexGenSettings(int numUsedTexCoordSets); |
- bool shouldUseFixedFunctionTexturing() const { |
- return this->glCaps().pathRenderingSupport(); |
- } |
bool programUnitTest(int maxStages); |