| Index: src/gpu/effects/GrBicubicEffect.h
|
| diff --git a/src/gpu/effects/GrBicubicEffect.h b/src/gpu/effects/GrBicubicEffect.h
|
| index 5a54cc167dfcf689c80d68cd6fb7d2cc91430d0d..67569d885558cf588cb661c8fcdb48908f0b6049 100644
|
| --- a/src/gpu/effects/GrBicubicEffect.h
|
| +++ b/src/gpu/effects/GrBicubicEffect.h
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "GrSingleTextureEffect.h"
|
| #include "GrTextureDomain.h"
|
| -#include "gl/GrGLFragmentProcessor.h"
|
| +#include "glsl/GrGLSLFragmentProcessor.h"
|
|
|
| class GrGLBicubicEffect;
|
| class GrInvariantOutput;
|
| @@ -87,7 +87,7 @@ private:
|
| GrBicubicEffect(GrTexture*, const SkScalar coefficients[16], const SkMatrix &matrix,
|
| const SkRect& domain);
|
|
|
| - GrGLFragmentProcessor* onCreateGLInstance() const override;
|
| + GrGLSLFragmentProcessor* onCreateGLInstance() const override;
|
|
|
| void onGetGLProcessorKey(const GrGLSLCaps&, GrProcessorKeyBuilder*) const override;
|
|
|
|
|