commit | 07f675d3099ec58fff98f64dda8f16c42aa2c00f | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Mon Nov 16 13:44:01 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Nov 16 19:49:58 2020 +0000 |
tree | b5cee97c57907b14af77329f6c9fcd55331000b1 | |
parent | 0023c0c827b92a3ecb2af95201c6492e3785ce6f [diff] [blame] |
Change UnrefDDLTask to just be the DDLTask (take 2) This includes: https://skia-review.googlesource.com/c/skia/+/333576 (Fix UMR (valgrind) bug in GrDrawingManager) Change-Id: I162aba033e75b47a96b4dfdd840ba2cb1f70e42c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/334422 Reviewed-by: Adlai Holler <adlai@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/GrOpsTask.cpp b/src/gpu/GrOpsTask.cpp index c6ca456..562bafb 100644 --- a/src/gpu/GrOpsTask.cpp +++ b/src/gpu/GrOpsTask.cpp
@@ -875,8 +875,8 @@ } } -GrRenderTask::ExpectedOutcome GrOpsTask::onMakeClosed( - const GrCaps& caps, SkIRect* targetUpdateBounds) { +GrRenderTask::ExpectedOutcome GrOpsTask::onMakeClosed(const GrCaps& caps, + SkIRect* targetUpdateBounds) { this->forwardCombine(caps); if (!this->isNoOp()) { GrSurfaceProxy* proxy = this->target(0).proxy();