| Index: src/gpu/GrPathProcessor.cpp
|
| diff --git a/src/gpu/GrPathProcessor.cpp b/src/gpu/GrPathProcessor.cpp
|
| index f5adfe75d69e490af48c2284f856e937d1a09b33..6e11140d9f364b6d50a538799f99b10587e680ae 100644
|
| --- a/src/gpu/GrPathProcessor.cpp
|
| +++ b/src/gpu/GrPathProcessor.cpp
|
| @@ -126,12 +126,12 @@ GrPathProcessor::GrPathProcessor(GrColor color,
|
| this->initClassID<GrPathProcessor>();
|
| }
|
|
|
| -void GrPathProcessor::getGLProcessorKey(const GrGLSLCaps& caps,
|
| - GrProcessorKeyBuilder* b) const {
|
| +void GrPathProcessor::getGLSLProcessorKey(const GrGLSLCaps& caps,
|
| + GrProcessorKeyBuilder* b) const {
|
| GrGLPathProcessor::GenKey(*this, caps, b);
|
| }
|
|
|
| -GrGLSLPrimitiveProcessor* GrPathProcessor::createGLInstance(const GrGLSLCaps& caps) const {
|
| +GrGLSLPrimitiveProcessor* GrPathProcessor::createGLSLInstance(const GrGLSLCaps& caps) const {
|
| SkASSERT(caps.pathRenderingSupport());
|
| return new GrGLPathProcessor();
|
| }
|
|
|