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

Unified Diff: Source/platform/audio/Biquad.h

Issue 47613002: Use FINAL macro for classes whose virtual destructor was removed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months 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
« no previous file with comments | « Source/platform/PODArena.h ('k') | Source/platform/exported/WebRTCICECandidate.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/Biquad.h
diff --git a/Source/platform/audio/Biquad.h b/Source/platform/audio/Biquad.h
index e992857590fec02e4e43f8f968880bfc14826f47..13d632c25e9a13f356d6935869a5d4d79b27b044 100644
--- a/Source/platform/audio/Biquad.h
+++ b/Source/platform/audio/Biquad.h
@@ -45,7 +45,7 @@ namespace WebCore {
// It can be configured to a number of common and very useful filters:
// lowpass, highpass, shelving, parameteric, notch, allpass, ...
-class PLATFORM_EXPORT Biquad {
+class PLATFORM_EXPORT Biquad FINAL {
public:
Biquad();
~Biquad();
« no previous file with comments | « Source/platform/PODArena.h ('k') | Source/platform/exported/WebRTCICECandidate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698