| Index: include/gpu/GrPaint.h
|
| diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h
|
| index 3c131a6fcfaf257cc5a3d44d521e692605b6ef5e..6f8528234e924d159bc093c7a37aea1d65c76090 100644
|
| --- a/include/gpu/GrPaint.h
|
| +++ b/include/gpu/GrPaint.h
|
| @@ -148,9 +148,6 @@ public:
|
| bool isOpaqueAndConstantColor(GrColor* constantColor) const;
|
|
|
| private:
|
| - friend class GrContext; // To access above two functions
|
| - friend class GrStencilAndCoverTextContext; // To access above two functions
|
| -
|
| SkAutoTUnref<const GrXPFactory> fXPFactory;
|
| SkSTArray<4, GrFragmentStage> fColorStages;
|
| SkSTArray<2, GrFragmentStage> fCoverageStages;
|
|
|