| Index: src/gpu/effects/GrYUVtoRGBEffect.h
|
| diff --git a/src/gpu/effects/GrYUVtoRGBEffect.h b/src/gpu/effects/GrYUVtoRGBEffect.h
|
| index 52ccd23bbbfc75b1b99c706c74b6822a770edb96..4c057bd0ac82c7c9df27c98da784e391ccb3de09 100644
|
| --- a/src/gpu/effects/GrYUVtoRGBEffect.h
|
| +++ b/src/gpu/effects/GrYUVtoRGBEffect.h
|
| @@ -10,15 +10,15 @@
|
|
|
| #include "SkImageInfo.h"
|
|
|
| -class GrEffect;
|
| +class GrFragmentProcessor;
|
| class GrTexture;
|
|
|
| namespace GrYUVtoRGBEffect {
|
| /**
|
| * Creates an effect that performs color conversion from YUV to RGB
|
| */
|
| - GrEffect* Create(GrTexture* yTexture, GrTexture* uTexture, GrTexture* vTexture,
|
| - SkYUVColorSpace colorSpace);
|
| + GrFragmentProcessor* Create(GrTexture* yTexture, GrTexture* uTexture, GrTexture* vTexture,
|
| + SkYUVColorSpace colorSpace);
|
| };
|
|
|
| #endif
|
|
|