| Index: src/gpu/SkGpuDevice.h
|
| diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h
|
| index 544240812bc39c709a4e73f20fa7d973d0126a97..4eaeab7a721d75677d132a9666cf9243a45bd20b 100644
|
| --- a/src/gpu/SkGpuDevice.h
|
| +++ b/src/gpu/SkGpuDevice.h
|
| @@ -52,8 +52,7 @@ public:
|
| * the resource cache budget. On failure, returns nullptr.
|
| */
|
| static SkGpuDevice* Create(GrContext*, SkBudgeted, const SkImageInfo&,
|
| - int sampleCount, const SkSurfaceProps*,
|
| - InitContents, GrTextureStorageAllocator = GrTextureStorageAllocator());
|
| + int sampleCount, const SkSurfaceProps*, InitContents);
|
|
|
| ~SkGpuDevice() override {}
|
|
|
| @@ -259,7 +258,7 @@ private:
|
| bool drawDashLine(const SkPoint pts[2], const SkPaint& paint);
|
|
|
| static GrRenderTarget* CreateRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&,
|
| - int sampleCount, GrTextureStorageAllocator);
|
| + int sampleCount);
|
|
|
| void drawSpriteWithFilter(const SkDraw&, const SkBitmap&, int x, int y,
|
| const SkPaint&) override;
|
|
|