Chromium Code Reviews| Index: src/core/SkLinearBitmapPipeline.cpp |
| diff --git a/src/core/SkLinearBitmapPipeline.cpp b/src/core/SkLinearBitmapPipeline.cpp |
| index 401eb41b79ddacba10d4fc52385df898b4e236bc..d77f28bb5b97d220cf8fe558bcfc53fd94498e2a 100644 |
| --- a/src/core/SkLinearBitmapPipeline.cpp |
| +++ b/src/core/SkLinearBitmapPipeline.cpp |
| @@ -597,7 +597,7 @@ private: |
| SkPM4f* fDst; |
| SkPM4f* fEnd; |
| - Sk4f fPostAlpha; |
| + float fPostAlpha; |
| }; |
| static SkLinearBitmapPipeline::BlendProcessorInterface* choose_blender_for_shading( |