Index: src/gpu/gl/GrGpuGL.cpp |
diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp |
index 6a5a98424b03403287ebe457f7492f14ae5f6aff..23cf50a290833b14c3d54fee74a7069a3bbe75db 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, glInterface())); |
+ fPathRendering.reset(new GrGLPathRendering(this, glInterface())); |
} |
} |