Index: dm/DMGpuSupport.h |
diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h |
index a3c487d596f8996ce3feb083acc6dd70706b0253..af6270dfc3525be9605de25189f81c01694ae864 100644 |
--- a/dm/DMGpuSupport.h |
+++ b/dm/DMGpuSupport.h |
@@ -22,7 +22,7 @@ static inline SkSurface* NewGpuSurface(GrContextFactory* grFactory, |
GrGLStandard gpuAPI, |
SkImageInfo info, |
int samples) { |
- return SkSurface::NewRenderTarget(grFactory->get(type, gpuAPI), info, samples); |
+ return SkSurface::NewRenderTarget(grFactory->get(type, gpuAPI), info, samples, NULL); |
} |
} // namespace DM |