aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/SkRasterPipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkRasterPipeline.h b/src/core/SkRasterPipeline.h
index 1fc8329de7..2e07f37479 100644
--- a/src/core/SkRasterPipeline.h
+++ b/src/core/SkRasterPipeline.h
@@ -61,7 +61,7 @@ struct SkJumper_constants;
#define SK_RASTER_PIPELINE_STAGES(M) \
M(callback) \
- M(move_src_dst) M(move_dst_src) M(swap) \
+ M(move_src_dst) M(move_dst_src) \
M(clamp_0) M(clamp_1) M(clamp_a) M(clamp_a_dst) \
M(unpremul) M(premul) \
M(set_rgb) M(swap_rb) M(swap_rb_dst) \