| Index: src/gpu/GrAtlasTextContext.h
|
| diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h
|
| index f3b440b07aeeab64af3b03f9ebc4f8241aa90744..f52c8dc8cbe5aa1a1d3ea556a32a028f7c7b6fc1 100644
|
| --- a/src/gpu/GrAtlasTextContext.h
|
| +++ b/src/gpu/GrAtlasTextContext.h
|
| @@ -22,14 +22,14 @@ class GrPipelineBuilder;
|
| * This class implements GrTextContext using standard bitmap fonts, and can also process textblobs.
|
| * TODO replace GrBitmapTextContext
|
| */
|
| -class GrBitmapTextContextB : public GrTextContext {
|
| +class GrAtlasTextContext : public GrTextContext {
|
| public:
|
| - static GrBitmapTextContextB* Create(GrContext*, SkGpuDevice*, const SkDeviceProperties&);
|
| + static GrAtlasTextContext* Create(GrContext*, SkGpuDevice*, const SkDeviceProperties&);
|
|
|
| - virtual ~GrBitmapTextContextB();
|
| + virtual ~GrAtlasTextContext();
|
|
|
| private:
|
| - GrBitmapTextContextB(GrContext*, SkGpuDevice*, const SkDeviceProperties&);
|
| + GrAtlasTextContext(GrContext*, SkGpuDevice*, const SkDeviceProperties&);
|
|
|
| bool canDraw(const GrRenderTarget*, const GrClip&, const GrPaint&,
|
| const SkPaint&, const SkMatrix& viewMatrix) override;
|
|
|