| Index: include/gpu/GrPaint.h
|
| diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h
|
| index d1c2775f1fc66e2a9820236a0fe478c7c8ea5d14..c00e148397cff8fea046d1af3c4fce8b5bd89efd 100644
|
| --- a/include/gpu/GrPaint.h
|
| +++ b/include/gpu/GrPaint.h
|
| @@ -12,7 +12,7 @@
|
|
|
| #include "GrColor.h"
|
| #include "GrFragmentStage.h"
|
| -#include "GrShaderDataManager.h"
|
| +#include "GrProcessorDataManager.h"
|
| #include "GrXferProcessor.h"
|
| #include "effects/GrPorterDuffXferProcessor.h"
|
|
|
| @@ -137,7 +137,7 @@ public:
|
| */
|
| bool isConstantBlendedColor(GrColor* constantColor) const;
|
|
|
| - GrShaderDataManager* getShaderDataManager() { return &fShaderDataManager; }
|
| + GrProcessorDataManager* getProcessorDataManager() { return &fProcDataManager; }
|
|
|
| private:
|
| mutable SkAutoTUnref<const GrXPFactory> fXPFactory;
|
| @@ -148,7 +148,7 @@ private:
|
| bool fDither;
|
|
|
| GrColor fColor;
|
| - GrShaderDataManager fShaderDataManager;
|
| + GrProcessorDataManager fProcDataManager;
|
| };
|
|
|
| #endif
|
|
|