summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/include/gpu/GrTBackendEffectFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/include/gpu/GrTBackendEffectFactory.h')
-rw-r--r--chromium/third_party/skia/include/gpu/GrTBackendEffectFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/skia/include/gpu/GrTBackendEffectFactory.h b/chromium/third_party/skia/include/gpu/GrTBackendEffectFactory.h
index 3711c7e8693..fd14b4fa8ec 100644
--- a/chromium/third_party/skia/include/gpu/GrTBackendEffectFactory.h
+++ b/chromium/third_party/skia/include/gpu/GrTBackendEffectFactory.h
@@ -64,7 +64,7 @@ public:
/** Returns a new instance of the appropriate *GL* implementation class
for the given GrEffect; caller is responsible for deleting
the object. */
- virtual GLEffect* createGLInstance(const GrDrawEffect& drawEffect) const SK_OVERRIDE {
+ virtual GrGLEffect* createGLInstance(const GrDrawEffect& drawEffect) const SK_OVERRIDE {
return SkNEW_ARGS(GLEffect, (*this, drawEffect));
}