| Index: Source/platform/graphics/filters/FEOffset.h
|
| diff --git a/Source/core/platform/graphics/filters/FEOffset.h b/Source/platform/graphics/filters/FEOffset.h
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/filters/FEOffset.h
|
| rename to Source/platform/graphics/filters/FEOffset.h
|
| index 09eae259704e389f4a38e719d3ea5de3de535d30..6ed388d8cb8edc3f5184d13fc904baa66e6134de 100644
|
| --- a/Source/core/platform/graphics/filters/FEOffset.h
|
| +++ b/Source/platform/graphics/filters/FEOffset.h
|
| @@ -28,7 +28,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class FEOffset : public FilterEffect {
|
| +class PLATFORM_EXPORT FEOffset : public FilterEffect {
|
| public:
|
| static PassRefPtr<FEOffset> create(Filter*, float dx, float dy);
|
|
|
|
|