aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrMatrixConvolutionEffect.h
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2015-11-13 11:57:27 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-13 11:57:27 -0800
commit57d3b039c635945e1dc2fcbac3462ed8bfedb068 (patch)
tree1b119d77bc2f5dbb58587484f73f9ecbc4794039 /src/gpu/effects/GrMatrixConvolutionEffect.h
parent04d52f3a92bb3d72e035a7c002926953edb0b505 (diff)
Rename some processor functions from GL to GLSL
TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/1443743002
Diffstat (limited to 'src/gpu/effects/GrMatrixConvolutionEffect.h')
-rw-r--r--src/gpu/effects/GrMatrixConvolutionEffect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/effects/GrMatrixConvolutionEffect.h b/src/gpu/effects/GrMatrixConvolutionEffect.h
index 6f6ca9d0ff..b114abed61 100644
--- a/src/gpu/effects/GrMatrixConvolutionEffect.h
+++ b/src/gpu/effects/GrMatrixConvolutionEffect.h
@@ -66,9 +66,9 @@ private:
GrTextureDomain::Mode tileMode,
bool convolveAlpha);
- 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;