| Index: third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp
|
| index f183593504583e978e7e63221605f658481f0b92..5240e4411be6805e62a626420f3f6c4840332866 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp
|
| @@ -225,7 +225,7 @@ bool FilterEffectBuilder::build(Element* element, const FilterOperations& operat
|
| float stdDeviation = dropShadowOperation->stdDeviation();
|
| float x = dropShadowOperation->x();
|
| float y = dropShadowOperation->y();
|
| - effect = FEDropShadow::create(parentFilter.get(), stdDeviation, stdDeviation, x, y, dropShadowOperation->color(), 1);
|
| + effect = FEDropShadow::create(parentFilter.get(), stdDeviation, stdDeviation, x, y, dropShadowOperation->getColor(), 1);
|
| break;
|
| }
|
| default:
|
|
|