Index: src/core/SkLinearBitmapPipeline.cpp |
diff --git a/src/core/SkLinearBitmapPipeline.cpp b/src/core/SkLinearBitmapPipeline.cpp |
index 91e54fbe998ca6a6160fe08aa0ddbefea78046d9..4c21180a163a32ed9664d7857e028b15e4482ee3 100644 |
--- a/src/core/SkLinearBitmapPipeline.cpp |
+++ b/src/core/SkLinearBitmapPipeline.cpp |
@@ -54,7 +54,6 @@ public: |
}; |
namespace { |
- |
// PointProcessor uses a strategy to help complete the work of the different stages. The strategy |
// must implement the following methods: |
// * processPoints(xs, ys) - must mutate the xs and ys for the stage. |