aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLinearBitmapPipeline.h
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2016-03-23 15:14:23 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-23 15:14:23 -0700
commit222f8ff12914d71e439de84df57de6550e09098e (patch)
tree2c47cc17073c76bd021e48ddcee9c5d3df055121 /src/core/SkLinearBitmapPipeline.h
parent6383ac0208a77d2f0f8855b2547d3dfda960da76 (diff)
Add index-8 sampler to the pipeline.
Diffstat (limited to 'src/core/SkLinearBitmapPipeline.h')
-rw-r--r--src/core/SkLinearBitmapPipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkLinearBitmapPipeline.h b/src/core/SkLinearBitmapPipeline.h
index 7efdd1c6fb..f8978a7435 100644
--- a/src/core/SkLinearBitmapPipeline.h
+++ b/src/core/SkLinearBitmapPipeline.h
@@ -66,7 +66,7 @@ public:
// These values were generated by the assert above in PolymorphicUnion.
using MatrixStage = PolymorphicUnion<PointProcessorInterface, 160>;
using TileStage = PolymorphicUnion<PointProcessorInterface, 160>;
- using SampleStage = PolymorphicUnion<BilerpProcessorInterface, 80>;
+ using SampleStage = PolymorphicUnion<BilerpProcessorInterface,100>;
using PixelStage = PolymorphicUnion<PixelPlacerInterface, 80>;
private: