aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPipeline.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-06-23 12:37:20 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-26 16:52:31 +0000
commitd261e1075a93677442fdf7fe72aba7e583863664 (patch)
treead4edd277af8d2b3f4d5a0a90f36723066a98752 /src/gpu/GrPipeline.h
parent8744405448b9402e1368aebd321c4f555543301a (diff)
Re-enable opList dependency tracking
Change-Id: I0fa1bbaed565a0d7de8d4475ed1d2baf200b285f Reviewed-on: https://skia-review.googlesource.com/20700 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/GrPipeline.h')
-rw-r--r--src/gpu/GrPipeline.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h
index 5e22cc53b8..5d6041c5ef 100644
--- a/src/gpu/GrPipeline.h
+++ b/src/gpu/GrPipeline.h
@@ -150,9 +150,8 @@ public:
///////////////////////////////////////////////////////////////////////////
/// @name GrFragmentProcessors
- // Make the renderTarget's GrOpList (if it exists) be dependent on any
- // GrOpLists in this pipeline
- void addDependenciesTo(GrRenderTargetProxy*) const;
+ // Make the renderTargetContext's GrOpList be dependent on any GrOpLists in this pipeline
+ void addDependenciesTo(GrOpList* recipient, const GrCaps&) const;
int numColorFragmentProcessors() const { return fNumColorProcessors; }
int numCoverageFragmentProcessors() const {