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

Unified Diff: Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp

Issue 54123003: Clean up code generator before implementing [ExposeV8GetterAndSetter] (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
Index: Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
diff --git a/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp b/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
index f922c307fbdcd8551c7cbd726c0e386f793b8986..1542be8a63d9218bb068b583417d7fb0662ba40f 100644
--- a/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
+++ b/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
@@ -82,7 +82,7 @@ struct RDFTContextProxy {
namespace WebCore {
-const int kMaxFFTPow2Size = 24;
+//const int kMaxFFTPow2Size = 24;
// Normal constructor: allocates for a given fftSize.
FFTFrame::FFTFrame(unsigned fftSize)

Powered by Google App Engine
This is Rietveld 408576698