aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ccpr/GrCoverageCountingPathRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ccpr/GrCoverageCountingPathRenderer.h')
-rw-r--r--src/gpu/ccpr/GrCoverageCountingPathRenderer.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gpu/ccpr/GrCoverageCountingPathRenderer.h b/src/gpu/ccpr/GrCoverageCountingPathRenderer.h
index 93f767fce2..ca52fedada 100644
--- a/src/gpu/ccpr/GrCoverageCountingPathRenderer.h
+++ b/src/gpu/ccpr/GrCoverageCountingPathRenderer.h
@@ -78,10 +78,7 @@ public:
private:
GrCoverageCountingPathRenderer(bool drawCachablePaths);
- GrCCRTPendingPaths* lookupRTPendingPaths(GrRenderTargetOpList* opList) {
- SkASSERT(!fFlushing);
- return &fRTPendingPathsMap[opList->uniqueID()];
- }
+ void adoptAndRecordOp(GrCCDrawPathsOp*, const DrawPathArgs&);
const GrCCPerFlushResources* getPerFlushResources() const {
SkASSERT(fFlushing);
@@ -96,7 +93,6 @@ private:
const bool fDrawCachablePaths;
- friend void GrCCDrawPathsOp::wasRecorded(GrRenderTargetOpList*); // For lookupRTPendingPaths.
friend void GrCCDrawPathsOp::onExecute(GrOpFlushState*); // For getPerFlushResources.
};