| Index: Source/platform/graphics/filters/FETile.h
|
| diff --git a/Source/core/platform/graphics/filters/FETile.h b/Source/platform/graphics/filters/FETile.h
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/filters/FETile.h
|
| rename to Source/platform/graphics/filters/FETile.h
|
| index 23dcc2973e1e944274ec0653f6f1cdaca830ebcf..ece013c816d096408fe862822f32052221a69714 100644
|
| --- a/Source/core/platform/graphics/filters/FETile.h
|
| +++ b/Source/platform/graphics/filters/FETile.h
|
| @@ -28,7 +28,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class FETile : public FilterEffect {
|
| +class PLATFORM_EXPORT FETile : public FilterEffect {
|
| public:
|
| static PassRefPtr<FETile> create(Filter* filter);
|
|
|
|
|