| Index: src/gpu/gl/GrGLPathRendering.cpp
|
| diff --git a/src/gpu/gl/GrGLPathRendering.cpp b/src/gpu/gl/GrGLPathRendering.cpp
|
| index 44b86818e94660d91d5ef5cd39a1762c6b195e1e..a20c4de08b03510762cfa9cd9d9821dc88ba575c 100644
|
| --- a/src/gpu/gl/GrGLPathRendering.cpp
|
| +++ b/src/gpu/gl/GrGLPathRendering.cpp
|
| @@ -59,7 +59,7 @@ static GrGLenum gr_stencil_op_to_gl_path_rendering_fill_mode(GrStencilOp op) {
|
| }
|
| }
|
|
|
| -GrGLPathRendering::GrGLPathRendering(GrGpuGL* gpu)
|
| +GrGLPathRendering::GrGLPathRendering(GrGLGpu* gpu)
|
| : fGpu(gpu) {
|
| const GrGLInterface* glInterface = gpu->glInterface();
|
| fCaps.stencilThenCoverSupport =
|
|
|