| Index: dm/DMGpuSupport.h
|
| diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h
|
| index ed276454fb813eabb80d1628a3dafb040b612823..2cfdbdcc2c178d86a9d4cc301c5ca3e92770d587 100644
|
| --- a/dm/DMGpuSupport.h
|
| +++ b/dm/DMGpuSupport.h
|
| @@ -36,7 +36,7 @@
|
| bool useDIText) {
|
| uint32_t flags = useDIText ? SkSurfaceProps::kUseDeviceIndependentFonts_Flag : 0;
|
| SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType);
|
| - return SkSurface::NewRenderTarget(grFactory->get(type, options), SkBudgeted::kNo,
|
| + return SkSurface::NewRenderTarget(grFactory->get(type, options), SkSurface::kNo_Budgeted,
|
| info, samples, &props);
|
| }
|
|
|
|
|