| Index: src/core/SkLinearBitmapPipeline_sample.h
|
| diff --git a/src/core/SkLinearBitmapPipeline_sample.h b/src/core/SkLinearBitmapPipeline_sample.h
|
| index 930759f271ea1a108432a4ac4447209f794cccc7..5184a41af6594fc5ddd38f197605ebf29f259520 100644
|
| --- a/src/core/SkLinearBitmapPipeline_sample.h
|
| +++ b/src/core/SkLinearBitmapPipeline_sample.h
|
| @@ -428,6 +428,7 @@ private:
|
| PixelAccessor<colorType, colorProfile> fStrategy;
|
| };
|
|
|
| +// -- BilerpSampler --------------------------------------------------------------------------------
|
| // BilerpSampler - use a bilerp filter to create runs of destination pixels.
|
| template<SkColorType colorType, SkColorProfileType colorProfile, typename Next>
|
| class BilerpSampler : public SkLinearBitmapPipeline::SampleProcessorInterface {
|
|
|