| Index: include/core/SkColorFilter.h
|
| diff --git a/include/core/SkColorFilter.h b/include/core/SkColorFilter.h
|
| index 5ddd6af08634fabcf5e593b4031665075c38d797..31d4a01ee7b11a2bde5a2a9a4c31f428b33921f5 100644
|
| --- a/include/core/SkColorFilter.h
|
| +++ b/include/core/SkColorFilter.h
|
| @@ -15,7 +15,7 @@
|
| #include "SkXfermode.h"
|
|
|
| class SkBitmap;
|
| -class GrEffect;
|
| +class GrProcessor;
|
| class GrContext;
|
|
|
| /**
|
| @@ -126,7 +126,7 @@ public:
|
| /** A subclass may implement this factory function to work with the GPU backend. If the return
|
| is non-NULL then the caller owns a ref on the returned object.
|
| */
|
| - virtual GrEffect* asNewEffect(GrContext*) const;
|
| + virtual GrFragmentProcessor* asFragmentProcessor(GrContext*) const;
|
|
|
| SK_TO_STRING_PUREVIRT()
|
|
|
|
|