| Index: Source/core/platform/graphics/ShadowBlur.cpp
|
| diff --git a/Source/core/platform/graphics/ShadowBlur.cpp b/Source/core/platform/graphics/ShadowBlur.cpp
|
| index a4b9cfa0df4c56cdca5de42cc9c288840c331654..31ebbe2945258b4a7f3b0852cfd48b40cd85bb8c 100644
|
| --- a/Source/core/platform/graphics/ShadowBlur.cpp
|
| +++ b/Source/core/platform/graphics/ShadowBlur.cpp
|
| @@ -40,9 +40,8 @@ enum {
|
| rightLobe = 1
|
| };
|
|
|
| -ShadowBlur::ShadowBlur(const FloatSize& radius, const FloatSize& offset, const Color& color, ColorSpace colorSpace)
|
| +ShadowBlur::ShadowBlur(const FloatSize& radius, const FloatSize& offset, const Color& color)
|
| : m_color(color)
|
| - , m_colorSpace(colorSpace)
|
| , m_blurRadius(radius)
|
| , m_offset(offset)
|
| , m_shadowsIgnoreTransforms(false)
|
|
|