Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1744)

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.h

Issue 1497683002: Make platform/graphics to use USING_FAST_MALLOC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698