aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/effects/GrConstColorProcessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/effects/GrConstColorProcessor.h')
-rw-r--r--include/gpu/effects/GrConstColorProcessor.h4
1 files changed, 2 insertions, 2 deletions
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<GrConstColorProcessor>();
}
- 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;