Chromium Code Reviews| Index: include/gpu/GrPaint.h |
| diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h |
| index 50a32a5743a5279ae294545b25755ac1144c8c91..db9b8cc2a684e320b96cf5f23f2a015f06cdfe86 100644 |
| --- a/include/gpu/GrPaint.h |
| +++ b/include/gpu/GrPaint.h |
| @@ -214,6 +214,7 @@ private: |
| } |
| friend class GrContext; // To access above two functions |
| + friend class GrStencilAndCoverTextContext; // To access above two functions |
| SkSTArray<4, GrEffectStage> fColorStages; |
| SkSTArray<2, GrEffectStage> fCoverageStages; |