| Index: third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp b/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp
|
| index 8554cc88dc0dcab549c0555610b8f3d65106d2aa..7e68e30dc601a9681b2ec1b7d2e527156935839b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp
|
| @@ -153,7 +153,7 @@ static sk_sp<SkColorFilter> createColorFilter(ColorMatrixType type, const Vector
|
| return SkColorFilter::MakeMatrixFilterRowMajor255(matrix);
|
| }
|
|
|
| -bool FEColorMatrix::affectsTransparentPixels()
|
| +bool FEColorMatrix::affectsTransparentPixels() const
|
| {
|
| // Because the input pixels are premultiplied, the only way clear pixels can be
|
| // painted is if the additive component for the alpha is not 0.
|
|
|