| Index: include/gpu/GrDrawContext.h
|
| diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
|
| index 0e7211de796c3dd909db39a3e86e56ac09137e50..3778b72db10db676ae62fd4ab72bc8f57b62716f 100644
|
| --- a/include/gpu/GrDrawContext.h
|
| +++ b/include/gpu/GrDrawContext.h
|
| @@ -296,6 +296,7 @@ private:
|
| friend class GrStencilAndCoverTextContext; // for access to drawBatch
|
| friend class GrDrawingManager; // for ctor
|
| friend class GrDrawContextPriv;
|
| + friend class GrTestTarget; // for access to getDrawTarget
|
|
|
| bool drawFilledDRRect(const GrClip& clip,
|
| const GrPaint& paint,
|
|
|