| Index: src/gpu/GrAtlasTextContext.h
|
| diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h
|
| index 0805077d9dab313922e9a3fff97911a4d929ea12..8094046d5c81a5e147f91f6401a30d1ed6fa88b8 100644
|
| --- a/src/gpu/GrAtlasTextContext.h
|
| +++ b/src/gpu/GrAtlasTextContext.h
|
| @@ -35,10 +35,10 @@ class GrTextBlobCache;
|
| */
|
| class GrAtlasTextContext : public GrTextContext {
|
| public:
|
| - static GrAtlasTextContext* Create(GrContext*, GrDrawContext*, const SkDeviceProperties&);
|
| + static GrAtlasTextContext* Create(GrContext*, GrDrawContext*, const SkSurfaceProps&);
|
|
|
| private:
|
| - GrAtlasTextContext(GrContext*, GrDrawContext*, const SkDeviceProperties&);
|
| + GrAtlasTextContext(GrContext*, GrDrawContext*, const SkSurfaceProps&);
|
| ~GrAtlasTextContext() override {}
|
|
|
| bool canDraw(const GrRenderTarget*, const GrClip&, const GrPaint&,
|
|
|