Index: Source/platform/graphics/filters/LightSource.h |
diff --git a/Source/platform/graphics/filters/LightSource.h b/Source/platform/graphics/filters/LightSource.h |
index 340a7915606d70ae1afde54968cb57e055615bd8..ca05369bf1dab83ec0b833d696030e9a7fda3e5b 100644 |
--- a/Source/platform/graphics/filters/LightSource.h |
+++ b/Source/platform/graphics/filters/LightSource.h |
@@ -50,8 +50,6 @@ public: |
LightType type() const { return m_type; } |
virtual TextStream& externalRepresentation(TextStream&) const = 0; |
- virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const = 0; |
- |
virtual bool setAzimuth(float) { return false; } |
virtual bool setElevation(float) { return false; } |
virtual bool setPosition(const FloatPoint3D&) { return false; } |