| Index: Source/platform/graphics/filters/SpotLightSource.h
|
| diff --git a/Source/core/platform/graphics/filters/SpotLightSource.h b/Source/platform/graphics/filters/SpotLightSource.h
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/filters/SpotLightSource.h
|
| rename to Source/platform/graphics/filters/SpotLightSource.h
|
| index 2131e1190ea5ff046046afab1b0580e3c4d0d47e..ce8ce27f1ef3e553309d9f475776dfb6e8b703ee 100644
|
| --- a/Source/core/platform/graphics/filters/SpotLightSource.h
|
| +++ b/Source/platform/graphics/filters/SpotLightSource.h
|
| @@ -27,7 +27,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SpotLightSource : public LightSource {
|
| +class PLATFORM_EXPORT SpotLightSource : public LightSource {
|
| public:
|
| static PassRefPtr<SpotLightSource> create(const FloatPoint3D& position,
|
| const FloatPoint3D& direction, float specularExponent, float limitingConeAngle)
|
|
|