| Index: dm/DMGpuSupport.h
|
| diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h
|
| index a513d64bfd5b613c14455a27ff6adc587b56ebcc..335da086199427f3d3cc055d784e95fdd7f4af1a 100644
|
| --- a/dm/DMGpuSupport.h
|
| +++ b/dm/DMGpuSupport.h
|
| @@ -25,7 +25,8 @@ static inline SkSurface* NewGpuSurface(GrContextFactory* grFactory,
|
| bool useDFText) {
|
| uint32_t flags = useDFText ? SkSurfaceProps::kUseDistanceFieldFonts_Flag : 0;
|
| SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType);
|
| - return SkSurface::NewRenderTarget(grFactory->get(type, gpuAPI), info, samples, &props);
|
| + return SkSurface::NewRenderTarget(grFactory->get(type, gpuAPI), SkSurface::kNo_Budgeted,
|
| + info, samples, &props);
|
| }
|
|
|
| } // namespace DM
|
|
|