| Index: third_party/WebKit/Source/platform/graphics/filters/FEComponentTransfer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEComponentTransfer.cpp b/third_party/WebKit/Source/platform/graphics/filters/FEComponentTransfer.cpp
|
| index 97b99577f4b7e4907c6e12790f71c510f8657950..414a334634f005fcb840558c38127b8264b70fb9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEComponentTransfer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEComponentTransfer.cpp
|
| @@ -106,7 +106,7 @@ static void gamma(unsigned char* values, const ComponentTransferFunction& transf
|
| }
|
| }
|
|
|
| -bool FEComponentTransfer::affectsTransparentPixels()
|
| +bool FEComponentTransfer::affectsTransparentPixels() const
|
| {
|
| double intercept = 0;
|
| switch (m_alphaFunc.type) {
|
|
|