commit | 9977ab958f8d43a43fdb629f28c6a494efe0cc55 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Fri Jun 19 15:01:47 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Jun 24 15:10:53 2020 +0000 |
tree | 7cac9d05a6420569545daaf805b20ebda5db5d2f | |
parent | b8219e43872a6e14cdda5c6c3343777c3176853c [diff] [blame] |
Misc changes to get *ooprdll configs running Change-Id: I99d183dca8351b6d80dfacf62cd34bd7def6e23d Reviewed-on: https://skia-review.googlesource.com/c/skia/+/296749 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/GrProcessorSet.cpp b/src/gpu/GrProcessorSet.cpp index fe64cb9..b8a0aef 100644 --- a/src/gpu/GrProcessorSet.cpp +++ b/src/gpu/GrProcessorSet.cpp
@@ -69,8 +69,9 @@ fFragmentProcessors[i] = std::move(that.fFragmentProcessors[i + that.fFragmentProcessorOffset]); } - that.fColorFragmentProcessorCnt = 0; that.fFragmentProcessors.reset(0); + that.fColorFragmentProcessorCnt = 0; + that.fFragmentProcessorOffset = 0; } GrProcessorSet::~GrProcessorSet() {