| Index: include/gpu/GrContext.h
|
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
|
| index 46612b110deb58d849883d96744b82bf97d1cf85..86c9fa925ffba83e3a9ee33c7dc9306f5c9c6e35 100644
|
| --- a/include/gpu/GrContext.h
|
| +++ b/include/gpu/GrContext.h
|
| @@ -195,7 +195,6 @@ public:
|
|
|
| /**
|
| * Create both a GrRenderTarget and a matching GrDrawContext to wrap it.
|
| - * The created GrRenderTarget will always be budgeted.
|
| * We guarantee that "asTexture" will succeed for drawContexts created
|
| * via this entry point.
|
| */
|
| @@ -204,7 +203,8 @@ public:
|
| GrPixelConfig config,
|
| int sampleCnt = 0,
|
| GrSurfaceOrigin origin = kDefault_GrSurfaceOrigin,
|
| - const SkSurfaceProps* surfaceProps = nullptr);
|
| + const SkSurfaceProps* surfaceProps = nullptr,
|
| + SkBudgeted = SkBudgeted::kYes);
|
|
|
| ///////////////////////////////////////////////////////////////////////////
|
| // Misc.
|
|
|