Index: src/gpu/gl/GrGpuGL_program.cpp |
diff --git a/src/gpu/gl/GrGpuGL_program.cpp b/src/gpu/gl/GrGpuGL_program.cpp |
index ecfd81381e58fcf0e4efa25db583a380155f28eb..6a09ebf64e1564d03e0d54cd7cfed199630610d4 100644 |
--- a/src/gpu/gl/GrGpuGL_program.cpp |
+++ b/src/gpu/gl/GrGpuGL_program.cpp |
@@ -258,7 +258,7 @@ |
} |
GrGLRenderTarget* glRT = static_cast<GrGLRenderTarget*>(optState->getRenderTarget()); |
- this->flushStencil(optState->getStencil(), type); |
+ this->flushStencil(type); |
this->flushScissor(glRT->getViewport(), glRT->origin()); |
this->flushAAState(*optState.get(), type); |