Index: src/gpu/gl/GrGLPathRendering.cpp |
diff --git a/src/gpu/gl/GrGLPathRendering.cpp b/src/gpu/gl/GrGLPathRendering.cpp |
index 35b5e9a053db28e9605c103306b7a6a008448b0c..8508cfb99dc1b53316971a3c5650f9b86ea0515f 100644 |
--- a/src/gpu/gl/GrGLPathRendering.cpp |
+++ b/src/gpu/gl/GrGLPathRendering.cpp |
@@ -119,7 +119,7 @@ void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* |
GrGLGpu* gpu = this->gpu(); |
SkASSERT(gpu->caps()->shaderCaps()->pathRenderingSupport()); |
gpu->flushColorWrite(false); |
- gpu->flushDrawFace(GrPipelineBuilder::kBoth_DrawFace); |
+ gpu->flushDrawFace(GrDrawFace::kBoth); |
GrGLRenderTarget* rt = static_cast<GrGLRenderTarget*>(args.fRenderTarget); |
SkISize size = SkISize::Make(rt->width(), rt->height()); |