Index: src/gpu/gl/GrGpuGL.cpp |
diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp |
index c6bd6bbe1474b76c5b1c28529232f761fe152f79..e7daa6b6592bf777d5ca213f98b64957dd9bd0be 100644 |
--- a/src/gpu/gl/GrGpuGL.cpp |
+++ b/src/gpu/gl/GrGpuGL.cpp |
@@ -148,7 +148,7 @@ GrGpuGL::GrGpuGL(const GrGLContext& ctx, GrContext* context) |
fHWProgramID = 0; |
if (this->glCaps().pathRenderingSupport()) { |
- fPathRendering.reset(GrGLPathRendering::Create(this)); |
+ fPathRendering.reset(new GrGLPathRendering(this)); |
} |
} |