| Index: src/gpu/effects/GrDitherEffect.h
|
| diff --git a/src/gpu/effects/GrDitherEffect.h b/src/gpu/effects/GrDitherEffect.h
|
| index 88e0a27ae1539a6a1f418425097af237ca07946c..ac4c784406fa76093dd0fe9727cf5a3715752809 100644
|
| --- a/src/gpu/effects/GrDitherEffect.h
|
| +++ b/src/gpu/effects/GrDitherEffect.h
|
| @@ -11,13 +11,13 @@
|
| #include "GrTypes.h"
|
| #include "GrTypesPriv.h"
|
|
|
| -class GrEffect;
|
| +class GrProcessor;
|
|
|
| namespace GrDitherEffect {
|
| /**
|
| * Creates an effect that dithers the resulting color to an RGBA8 framebuffer
|
| */
|
| - GrEffect* Create();
|
| + GrFragmentProcessor* Create();
|
| };
|
|
|
| #endif
|
|
|