| Index: Source/platform/graphics/filters/FEDropShadow.h
|
| diff --git a/Source/core/platform/graphics/filters/FEDropShadow.h b/Source/platform/graphics/filters/FEDropShadow.h
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/filters/FEDropShadow.h
|
| rename to Source/platform/graphics/filters/FEDropShadow.h
|
| index 9d43f9b8ad05b37c32c6aa90198c613789539d4e..a3d9d9562727cf8cb63b2929f03119671bd4aedc 100644
|
| --- a/Source/core/platform/graphics/filters/FEDropShadow.h
|
| +++ b/Source/platform/graphics/filters/FEDropShadow.h
|
| @@ -27,7 +27,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class FEDropShadow : public FilterEffect {
|
| +class PLATFORM_EXPORT FEDropShadow : public FilterEffect {
|
| public:
|
| static PassRefPtr<FEDropShadow> create(Filter*, float, float, float, float, const Color&, float);
|
|
|
|
|