| Index: Source/platform/graphics/filters/FEDisplacementMap.h
|
| diff --git a/Source/core/platform/graphics/filters/FEDisplacementMap.h b/Source/platform/graphics/filters/FEDisplacementMap.h
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/filters/FEDisplacementMap.h
|
| rename to Source/platform/graphics/filters/FEDisplacementMap.h
|
| index 619e14a16868664cda6a8e0e6c8f1f6f08b2158f..91e151ef8874e438179fbb71cf00f6af11ac7d56 100644
|
| --- a/Source/core/platform/graphics/filters/FEDisplacementMap.h
|
| +++ b/Source/platform/graphics/filters/FEDisplacementMap.h
|
| @@ -37,7 +37,7 @@ enum ChannelSelectorType {
|
| CHANNEL_A = 4
|
| };
|
|
|
| -class FEDisplacementMap : public FilterEffect {
|
| +class PLATFORM_EXPORT FEDisplacementMap : public FilterEffect {
|
| public:
|
| static PassRefPtr<FEDisplacementMap> create(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
|
|
|
|
|