Revert "Revert "mark SkRasterPipelineBlitter final""
[platform/upstream/libSkiaSharp.git] / src / core / SkRasterPipelineBlitter.cpp
index 026b92b..82a202b 100644 (file)
@@ -18,7 +18,7 @@
 #include "SkUtils.h"
 #include "../jumper/SkJumper.h"
 
-class SkRasterPipelineBlitter : public SkBlitter {
+class SkRasterPipelineBlitter final : public SkBlitter {
 public:
     // Create using paint.getShader() or paint.getColor() if there is no shader.
     // If there's a shader, we will modulate the shader color by the paint alpha.