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