diff options
Diffstat (limited to 'src/gpu')
-rw-r--r-- | src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp b/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp index a069f6ee74..d51c0b525a 100644 --- a/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp +++ b/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp @@ -185,7 +185,7 @@ void GrCoverageCountingPathRenderer::preFlush(GrOnFlushResourceProvider* onFlush continue; // No paths on this opList. } - fFlushingPaths.push_back(std::move(iter->second)).get(); + fFlushingPaths.push_back(std::move(iter->second)); fPendingPaths.erase(iter); for (const GrCCDrawPathsOp* op : fFlushingPaths.back()->fDrawOps) { |