| Index: src/gpu/gl/debug/SkDebugGLContext.h
|
| diff --git a/src/gpu/gl/debug/SkDebugGLContext.h b/src/gpu/gl/debug/SkDebugGLContext.h
|
| index 6a4d9fc38bb7130cc47704e614c998d266b6e6bb..0a61f72cb2070947eb34f069f2230e0d34460146 100644
|
| --- a/src/gpu/gl/debug/SkDebugGLContext.h
|
| +++ b/src/gpu/gl/debug/SkDebugGLContext.h
|
| @@ -18,7 +18,7 @@ public:
|
| if (kGLES_GrGLStandard == forcedGpuAPI) {
|
| return NULL;
|
| }
|
| - return SkNEW(SkDebugGLContext);
|
| + return new SkDebugGLContext;
|
| }
|
| private:
|
| void onPlatformMakeCurrent() const override {}
|
|
|