aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrClipMaskManager.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-10-28 08:12:18 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-28 08:12:19 -0700
commitb44293e712ca22815fcab3fdec8ec21c661781cf (patch)
tree26858239ef04e3fc1d02126d75dd488dfe68ebe4 /src/gpu/GrClipMaskManager.cpp
parente5909d3d69e85f975ad75ad88f6ff060eb83294f (diff)
aa rect renderer takes a gpu on construction
Diffstat (limited to 'src/gpu/GrClipMaskManager.cpp')
-rw-r--r--src/gpu/GrClipMaskManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp
index 1d193a59d9..d753258868 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());