| Index: src/gpu/batches/GrCopySurfaceBatch.cpp
|
| diff --git a/src/gpu/batches/GrCopySurfaceBatch.cpp b/src/gpu/batches/GrCopySurfaceBatch.cpp
|
| index 2c859f8e4667cd13ca474662ea8e37ade0e93274..b4e7ce2fbde1d75c43434c7ecdff024a467dd8ef 100644
|
| --- a/src/gpu/batches/GrCopySurfaceBatch.cpp
|
| +++ b/src/gpu/batches/GrCopySurfaceBatch.cpp
|
| @@ -75,5 +75,5 @@ GrBatch* GrCopySurfaceBatch::Create(GrSurface* dst, GrSurface* src, const SkIRec
|
| &clippedDstPoint)) {
|
| return NULL;
|
| }
|
| - return SkNEW_ARGS(GrCopySurfaceBatch, (dst, src, clippedSrcRect, clippedDstPoint));
|
| + return new GrCopySurfaceBatch(dst, src, clippedSrcRect, clippedDstPoint);
|
| }
|
|
|