| Index: src/core/SkRasterPipeline.h
|
| diff --git a/src/core/SkRasterPipeline.h b/src/core/SkRasterPipeline.h
|
| index 9193de520232ca4ac04a3b3b1f854563184e21cc..e56b4f5cd358ea62ebc488ce2ae13dbb045e5eb7 100644
|
| --- a/src/core/SkRasterPipeline.h
|
| +++ b/src/core/SkRasterPipeline.h
|
| @@ -56,7 +56,7 @@
|
|
|
| #define SK_RASTER_PIPELINE_STAGES(M) \
|
| M(move_src_dst) M(clamp_0) M(clamp_a) M(unpremul) M(premul) \
|
| - M(constant_color) M(store_f32) \
|
| + M(constant_color) \
|
| 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) \
|
|
|