| Index: include/gpu/GrPaint.h
|
| diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h
|
| index d52c6baec91a0c8e539a0fc8a969cc323048100c..9d0fe5575e730fd0b2bbe0d4bc85c071fc29ccee 100644
|
| --- a/include/gpu/GrPaint.h
|
| +++ b/include/gpu/GrPaint.h
|
| @@ -11,7 +11,6 @@
|
| #define GrPaint_DEFINED
|
|
|
| #include "GrColor.h"
|
| -#include "GrProcessorDataManager.h"
|
| #include "GrXferProcessor.h"
|
| #include "effects/GrPorterDuffXferProcessor.h"
|
| #include "GrFragmentProcessor.h"
|
| @@ -141,10 +140,6 @@ public:
|
| */
|
| bool isConstantBlendedColor(GrColor* constantColor) const;
|
|
|
| - GrProcessorDataManager* getProcessorDataManager() { return &fProcDataManager; }
|
| -
|
| - const GrProcessorDataManager* processorDataManager() const { return &fProcDataManager; }
|
| -
|
| private:
|
| void resetFragmentProcessors() {
|
| for (int i = 0; i < fColorFragmentProcessors.count(); ++i) {
|
| @@ -164,7 +159,6 @@ private:
|
| bool fAntiAlias;
|
|
|
| GrColor fColor;
|
| - GrProcessorDataManager fProcDataManager;
|
| };
|
|
|
| #endif
|
|
|