Index: src/gpu/effects/GrBicubicEffect.cpp |
diff --git a/src/gpu/effects/GrBicubicEffect.cpp b/src/gpu/effects/GrBicubicEffect.cpp |
index cb82ea579c7034e05b4b6f52d7fa1db71298165d..d5cf03911b8536e636a9e7327c16518817696a8a 100644 |
--- a/src/gpu/effects/GrBicubicEffect.cpp |
+++ b/src/gpu/effects/GrBicubicEffect.cpp |
@@ -152,7 +152,7 @@ GrBicubicEffect::GrBicubicEffect(GrProcessorDataManager* procDataManager, |
GrBicubicEffect::~GrBicubicEffect() { |
} |
-void GrBicubicEffect::getGLProcessorKey(const GrGLSLCaps& caps, |
+void GrBicubicEffect::onGetGLProcessorKey(const GrGLSLCaps& caps, |
GrProcessorKeyBuilder* b) const { |
GrGLBicubicEffect::GenKey(*this, caps, b); |
} |