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

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

Issue 45143002: Devirtualize Biquad's destructor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « no previous file | no next file » | 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 ae79650f4f4f7145e665ac9b33b44b1a19eed4ba..e992857590fec02e4e43f8f968880bfc14826f47 100644
--- a/Source/platform/audio/Biquad.h
+++ b/Source/platform/audio/Biquad.h
@@ -48,7 +48,7 @@ namespace WebCore {
class PLATFORM_EXPORT Biquad {
public:
Biquad();
- virtual ~Biquad();
+ ~Biquad();
void process(const float* sourceP, float* destP, size_t framesToProcess);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698