aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrXferProcessor.h
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.h
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.h')
-rw-r--r--src/gpu/GrXferProcessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrXferProcessor.h b/src/gpu/GrXferProcessor.h
index 54630af750..2898d7f735 100644
--- a/src/gpu/GrXferProcessor.h
+++ b/src/gpu/GrXferProcessor.h
@@ -209,7 +209,7 @@ private:
* that a kTexture type barrier is required is handled by the base class and need not be
* considered by subclass overrides of this function.
*/
- virtual GrXferBarrierType onXferBarrier(const GrRenderTarget*, const GrCaps&) const {
+ virtual GrXferBarrierType onXferBarrier(const GrCaps&) const {
return kNone_GrXferBarrierType;
}