| Index: src/gpu/SkGpuDevice.h
|
| diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h
|
| index 8fae408f87296ebe193087ec809efeb560cc50fc..ec3e15870620022426c4dc60d11bf93705832ab0 100644
|
| --- a/src/gpu/SkGpuDevice.h
|
| +++ b/src/gpu/SkGpuDevice.h
|
| @@ -52,7 +52,7 @@
|
| * sampleCount. The Budgeted param controls whether the device's backing store counts against
|
| * the resource cache budget. On failure, returns nullptr.
|
| */
|
| - static SkGpuDevice* Create(GrContext*, SkBudgeted, const SkImageInfo&,
|
| + static SkGpuDevice* Create(GrContext*, SkSurface::Budgeted, const SkImageInfo&,
|
| int sampleCount, const SkSurfaceProps*,
|
| InitContents, GrTextureStorageAllocator = GrTextureStorageAllocator());
|
|
|
| @@ -256,7 +256,7 @@
|
|
|
| bool drawDashLine(const SkPoint pts[2], const SkPaint& paint);
|
|
|
| - static GrRenderTarget* CreateRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&,
|
| + static GrRenderTarget* CreateRenderTarget(GrContext*, SkSurface::Budgeted, const SkImageInfo&,
|
| int sampleCount, GrTextureStorageAllocator);
|
|
|
| friend class GrAtlasTextContext;
|
|
|