diff options
Diffstat (limited to 'src/core/SkRasterPipeline.h')
-rw-r--r-- | src/core/SkRasterPipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkRasterPipeline.h b/src/core/SkRasterPipeline.h index 39a2f1f8e6..353039171f 100644 --- a/src/core/SkRasterPipeline.h +++ b/src/core/SkRasterPipeline.h @@ -155,7 +155,7 @@ private: void* ctx; }; - static void BuildPipeline(const StageList*, const SkJumper_Engine&, void**); + void build_pipeline(const SkJumper_Engine&, void**) const; void unchecked_append(StockStage, void*); SkArenaAlloc* fAlloc; |