| Index: include/gpu/GrBackendEffectFactory.h
|
| diff --git a/include/gpu/GrBackendEffectFactory.h b/include/gpu/GrBackendEffectFactory.h
|
| index d115a546474d6926bdc116615f13faa8c44a4f07..0fc981cbe9a06100ff35e6438218353936d36082 100644
|
| --- a/include/gpu/GrBackendEffectFactory.h
|
| +++ b/include/gpu/GrBackendEffectFactory.h
|
| @@ -28,7 +28,7 @@ class GrGLEffect;
|
| class GrGLCaps;
|
| class GrDrawEffect;
|
|
|
| -class GrBackendEffectFactory : public SkNoncopyable {
|
| +class GrBackendEffectFactory : SkNoncopyable {
|
| public:
|
| typedef uint32_t EffectKey;
|
| enum {
|
|
|