From 57d3b039c635945e1dc2fcbac3462ed8bfedb068 Mon Sep 17 00:00:00 2001 From: egdaniel Date: Fri, 13 Nov 2015 11:57:27 -0800 Subject: Rename some processor functions from GL to GLSL TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/1443743002 --- include/gpu/effects/GrConstColorProcessor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/gpu/effects/GrConstColorProcessor.h') diff --git a/include/gpu/effects/GrConstColorProcessor.h b/include/gpu/effects/GrConstColorProcessor.h index 9f28167bc7..c9686b6499 100644 --- a/include/gpu/effects/GrConstColorProcessor.h +++ b/include/gpu/effects/GrConstColorProcessor.h @@ -41,9 +41,9 @@ private: this->initClassID(); } - GrGLSLFragmentProcessor* onCreateGLInstance() const override; + GrGLSLFragmentProcessor* onCreateGLSLInstance() const override; - void onGetGLProcessorKey(const GrGLSLCaps&, GrProcessorKeyBuilder*) const override; + void onGetGLSLProcessorKey(const GrGLSLCaps&, GrProcessorKeyBuilder*) const override; bool onIsEqual(const GrFragmentProcessor&) const override; -- cgit v1.2.3