| Index: src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
|
| diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
|
| index 8b0f8c5d530926255513f711988e919517803026..ef52fb6763cf3295736d91104c0ce13c52f79fea 100644
|
| --- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
|
| +++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
|
| @@ -836,7 +836,7 @@ private:
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| const GrGLInterface* GrGLCreateDebugInterface() {
|
| - GrGLInterface* interface = SkNEW(GrDebugGLInterface);
|
| + GrGLInterface *interface = new GrDebugGLInterface;
|
|
|
| interface->fStandard = kGL_GrGLStandard;
|
|
|
|
|