| Index: Source/platform/graphics/filters/PointLightSource.h
|
| diff --git a/Source/platform/graphics/filters/PointLightSource.h b/Source/platform/graphics/filters/PointLightSource.h
|
| index 6587e92c2f084c77fd5d40420d3d248848fcdce4..6b7178fa0c0a1302afb17cfe990797e65800fbec 100644
|
| --- a/Source/platform/graphics/filters/PointLightSource.h
|
| +++ b/Source/platform/graphics/filters/PointLightSource.h
|
| @@ -25,7 +25,7 @@
|
|
|
| #include "platform/graphics/filters/LightSource.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT PointLightSource : public LightSource {
|
| public:
|
| @@ -58,6 +58,6 @@ private:
|
| FloatPoint3D m_position;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PointLightSource_h
|
|
|