flip on one-big-switch SkRasterPipeline

Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Change-Id: Ic2e6259345b3b25075f0a5eb52bfc8df272a2de3
Reviewed-on: https://skia-review.googlesource.com/c/180601
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Herb Derby <herb@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
This commit is contained in:
Mike Klein 2019-01-02 10:52:18 -05:00 committed by Skia Commit-Bot
parent 8b5e0d6983
commit 7752bc6db7

View File

@ -19,7 +19,7 @@ void SkRasterPipeline::reset() {
fStockStages.reset();
fCtxPointers.reset();
fCanUseRunProgramObs = false; // flip to true to experiment with this feature
fCanUseRunProgramObs = true; // flip to true to experiment with this feature
}
void SkRasterPipeline::append(StockStage stage, void* ctx) {