Index: src/gpu/GrClipMaskManager.cpp |
diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp |
index 1d193a59d9bc299162ab3ea45c1d737619001f58..d753258868ef3a5028b20aaa6b27cfcbecd14758 100644 |
--- a/src/gpu/GrClipMaskManager.cpp |
+++ b/src/gpu/GrClipMaskManager.cpp |
@@ -398,7 +398,6 @@ bool GrClipMaskManager::drawElement(GrTexture* target, |
// the entire mask bounds and writes 0 outside the rect. |
if (element->isAA()) { |
this->getContext()->getAARectRenderer()->fillAARect(fGpu, |
- fGpu, |
element->getRect(), |
SkMatrix::I(), |
element->getRect()); |