Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index af0fa78f7e3afe2604eb8825189f6eaa44ee17cd..19d6a8092d00e3bbd0c2bb35c8196711deb48e75 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -54,7 +54,7 @@ GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions, |
fReadPixelsSupportedCache.reset(); |
- fShaderCaps.reset(SkNEW_ARGS(GrGLSLCaps, (contextOptions))); |
+ fShaderCaps.reset(new GrGLSLCaps(contextOptions)); |
this->init(contextOptions, ctxInfo, glInterface); |
} |