| Index: third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.h b/third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.h
|
| index 4c5803cef714cf6d4a6d5d088561ca74e7bf4992..6de25ff59168423d5a8fb24ceeaf1fdc58d6914d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.h
|
| @@ -28,7 +28,7 @@
|
|
|
| namespace blink {
|
|
|
| -class PLATFORM_EXPORT SpotLightSource : public LightSource {
|
| +class PLATFORM_EXPORT SpotLightSource final : public LightSource {
|
| public:
|
| static PassRefPtr<SpotLightSource> create(const FloatPoint3D& position,
|
| const FloatPoint3D& direction, float specularExponent, float limitingConeAngle)
|
|
|