aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLinearBitmapPipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkLinearBitmapPipeline.h')
-rw-r--r--src/core/SkLinearBitmapPipeline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkLinearBitmapPipeline.h b/src/core/SkLinearBitmapPipeline.h
index f8978a7435..e304ef85e7 100644
--- a/src/core/SkLinearBitmapPipeline.h
+++ b/src/core/SkLinearBitmapPipeline.h
@@ -60,13 +60,13 @@ public:
};
class PointProcessorInterface;
- class BilerpProcessorInterface;
+ class SampleProcessorInterface;
class PixelPlacerInterface;
// These values were generated by the assert above in PolymorphicUnion.
using MatrixStage = PolymorphicUnion<PointProcessorInterface, 160>;
using TileStage = PolymorphicUnion<PointProcessorInterface, 160>;
- using SampleStage = PolymorphicUnion<BilerpProcessorInterface,100>;
+ using SampleStage = PolymorphicUnion<SampleProcessorInterface,100>;
using PixelStage = PolymorphicUnion<PixelPlacerInterface, 80>;
private: