| Index: src/core/SkRasterPipeline.h
|
| diff --git a/src/core/SkRasterPipeline.h b/src/core/SkRasterPipeline.h
|
| index 0a3cddbcb9dda91f88284e03652aa2a424968cff..bf886cf43c3c33799d3c6a00a1aa6ad432462c83 100644
|
| --- a/src/core/SkRasterPipeline.h
|
| +++ b/src/core/SkRasterPipeline.h
|
| @@ -56,7 +56,7 @@
|
|
|
| #define SK_RASTER_PIPELINE_STAGES(M) \
|
| M(swap_src_dst) M(clamp_0) M(clamp_a) M(unpremul) M(premul) \
|
| - M(constant_color) \
|
| + M(constant_color) M(store_f32) \
|
| M(load_s_565) M(load_d_565) M(store_565) \
|
| M(load_s_srgb) M(load_d_srgb) M(store_srgb) \
|
| M(load_s_f16) M(load_d_f16) M(store_f16) \
|
|
|