aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-10-22 05:31:32 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-22 05:31:32 -0700
commita352b14c8796c0d01ea8581c157a52c7d00973f5 (patch)
tree405855d64f5ae97b87f8fd2f2fbcf15f4be4d581 /include/gpu
parent869c5e82a725a6928a45cd1fa6945ac783b8b3d8 (diff)
Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #6 id:120001 of https://codereview.chromium.org/1414903002/ )
Reason for revert: Breaking bots Original issue's description: > Dependencies are now added between the drawTargets in GrPipeline > > This CL relies on https://codereview.chromium.org/1414773002/ (Add the machinery to GrDrawTarget to enable topological sorting) > > BUG=skia:4094 > > Committed: https://skia.googlesource.com/skia/+/45a1c34f607a970933e5cd05e1df6cd8090db1be > > Committed: https://skia.googlesource.com/skia/+/869c5e82a725a6928a45cd1fa6945ac783b8b3d8 TBR=bsalomon@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia:4094 Review URL: https://codereview.chromium.org/1417263002
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrRenderTarget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/GrRenderTarget.h b/include/gpu/GrRenderTarget.h
index d39d284bd8..b5fc6f001a 100644
--- a/include/gpu/GrRenderTarget.h
+++ b/include/gpu/GrRenderTarget.h
@@ -165,8 +165,6 @@ protected:
fResolveRect.setLargestInverted();
}
- ~GrRenderTarget() override;
-
// override of GrResource
void onAbandon() override;
void onRelease() override;