Chromium Code Reviews| Index: src/gpu/gl/GrGLFragmentProcessor.h |
| diff --git a/src/gpu/gl/GrGLFragmentProcessor.h b/src/gpu/gl/GrGLFragmentProcessor.h |
| index c46b00218fcf06dfcf3d8f318733d408ecb88072..05ee375a9af9a809297ecacfd8b1ddd571b2b351 100644 |
| --- a/src/gpu/gl/GrGLFragmentProcessor.h |
| +++ b/src/gpu/gl/GrGLFragmentProcessor.h |
| @@ -20,7 +20,7 @@ public: |
| virtual ~GrGLFragmentProcessor() { |
| for (int i = 0; i < fChildProcessors.count(); ++i) { |
| - SkDELETE(fChildProcessors[i]); |
| + delete fChildProcessors[i]; |
| } |
| } |