Chromium Code Reviews| Index: src/gpu/SkGpuDevice.h |
| diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
| index 522cba80a1f0f11b850a3a7db163a78613bf9ff6..8c3414b1db025d8ab34f075180f9ffbfc397195e 100644 |
| --- a/src/gpu/SkGpuDevice.h |
| +++ b/src/gpu/SkGpuDevice.h |
| @@ -219,6 +219,7 @@ private: |
| static GrRenderTarget* CreateRenderTarget(GrContext*, SkSurface::Budgeted, const SkImageInfo&, |
| int sampleCount); |
| + friend class GrBitmapTextContextB; |
| friend class GrTextContext; |
| typedef SkBaseDevice INHERITED; |
| }; |