aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrXferProcessor.cpp
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-03-29 12:08:49 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-29 17:00:16 +0000
commit301431d7516a18e2b4232ccb70d2a79e8192c748 (patch)
tree5af992a5a1b311ca03c929e5097312cd9c48e334 /src/gpu/GrXferProcessor.cpp
parente7d30484ea8a5677a9403ccd23a9c0961df62ccd (diff)
Miscellaneous GrSurfaceProxy-related cleanup
This is pulled out of: https://skia-review.googlesource.com/c/10284/ (Remove GrSurface-derived classes from ops) Change-Id: I083c0beefe4899b3517d0b0569bb25096809f410 Reviewed-on: https://skia-review.googlesource.com/10483 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'src/gpu/GrXferProcessor.cpp')
-rw-r--r--src/gpu/GrXferProcessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrXferProcessor.cpp b/src/gpu/GrXferProcessor.cpp
index 45bcc2d595..f2060289da 100644
--- a/src/gpu/GrXferProcessor.cpp
+++ b/src/gpu/GrXferProcessor.cpp
@@ -71,7 +71,7 @@ GrXferBarrierType GrXferProcessor::xferBarrierType(const GrRenderTarget* rt,
SkASSERT(caps.textureBarrierSupport());
return kTexture_GrXferBarrierType;
}
- return this->onXferBarrier(rt, caps);
+ return this->onXferBarrier(caps);
}
#ifdef SK_DEBUG