aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrOpList.cpp
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-06-14 12:21:39 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-14 17:14:41 +0000
commitdcd499caed823f23bc70c07df7804a6dc1306606 (patch)
treecce302cdba72f2a125a8c52cf6b6e0d70f94558e /src/gpu/GrOpList.cpp
parent1d06078fef78bdc6b367a3d4b1cd3a9b8370ddd0 (diff)
Drop the ref on the GrOpList's target in makeClosed
Bug: 729233 Change-Id: Ifb66b745e604d7f7c22c2907bcffa91d2086236d Reviewed-on: https://skia-review.googlesource.com/19495 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'src/gpu/GrOpList.cpp')
-rw-r--r--src/gpu/GrOpList.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpu/GrOpList.cpp b/src/gpu/GrOpList.cpp
index 5160be16c2..14f2baadf7 100644
--- a/src/gpu/GrOpList.cpp
+++ b/src/gpu/GrOpList.cpp
@@ -45,8 +45,6 @@ GrOpList::~GrOpList() {
if (this == fTarget.get()->getLastOpList()) {
fTarget.get()->setLastOpList(nullptr);
}
-
- fTarget.pendingIOComplete();
}
}
@@ -59,7 +57,6 @@ void GrOpList::reset() {
fTarget.get()->setLastOpList(nullptr);
}
- fTarget.pendingIOComplete();
fTarget.reset();
fAuditTrail = nullptr;
}