aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-10-15 11:25:21 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-15 11:25:21 -0700
commitb762cb548bbc260f9b6f3a816bd92e4b2c07df95 (patch)
treec626363b1d156f601b482064f1154f95db2d68a4 /src
parent98b33ebe6f66ed59b023cf16a09c0a40eb4510ce (diff)
More effect->processor cleanup
R=joshualitt@google.com Review URL: https://codereview.chromium.org/660563003
Diffstat (limited to 'src')
-rw-r--r--src/gpu/gl/GrGLProcessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLProcessor.h b/src/gpu/gl/GrGLProcessor.h
index 04870779a3..331607a693 100644
--- a/src/gpu/gl/GrGLProcessor.h
+++ b/src/gpu/gl/GrGLProcessor.h
@@ -22,7 +22,7 @@
that their GrGLProcessors would emit the same GLSL code.
The GrGLProcessor subclass must also have a constructor of the form:
- EffectSubclass::EffectSubclass(const GrBackendEffectFactory&, const GrProcessor&)
+ EffectSubclass::EffectSubclass(const GrBackendProcessorFactory&, const GrProcessor&)
These objects are created by the factory object returned by the GrProcessor::getFactory().
*/