Chromium Code Reviews| Index: src/gpu/gl/GrGLContext.h |
| diff --git a/src/gpu/gl/GrGLContext.h b/src/gpu/gl/GrGLContext.h |
| index 34f2190fba0293914e31bb47d7f8185ce1449fd3..ac9e9ed900e3fcac845bb60179ba7913f5f11a52 100644 |
| --- a/src/gpu/gl/GrGLContext.h |
| +++ b/src/gpu/gl/GrGLContext.h |
| @@ -101,7 +101,7 @@ public: |
| */ |
| GrGLContext(const GrGLContext& ctx); |
| - ~GrGLContext() { GrSafeUnref(fInterface); } |
| + ~GrGLContext() { SkSafeUnref(fInterface); } |
| /** |
| * Copies a GrGLContext |