| Index: include/gpu/GrDrawContext.h
|
| diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
|
| index dac918364707007716e20389802e0afc55511d78..641824754312f41f8f60371eab9c25ca1f8b38dc 100644
|
| --- a/include/gpu/GrDrawContext.h
|
| +++ b/include/gpu/GrDrawContext.h
|
| @@ -277,7 +277,7 @@ public:
|
| GrRenderTarget* accessRenderTarget() { return fRenderTarget; }
|
|
|
| private:
|
| - friend class GrAtlasTextContext; // for access to drawBatch
|
| + friend class GrAtlasTextBlob; // for access to drawBatch
|
| friend class GrDrawingManager; // for ctor
|
|
|
| SkDEBUGCODE(void validate() const;)
|
|
|