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

Unified Diff: Source/platform/audio/FFTFrameStub.cpp

Issue 536843002: Change members's order and combine duplicated method for FFTFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Separated using VectorMatch::vsmul from FFTFrameMac.cpp Created 6 years, 3 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/audio/FFTFrame.cpp ('k') | Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/FFTFrameStub.cpp
diff --git a/Source/platform/audio/FFTFrameStub.cpp b/Source/platform/audio/FFTFrameStub.cpp
index e12ba8c1347b24e40a275a1708e35aa79cccab87..8738a905424b0c065949496320da2c0137270ec7 100644
--- a/Source/platform/audio/FFTFrameStub.cpp
+++ b/Source/platform/audio/FFTFrameStub.cpp
@@ -83,18 +83,6 @@ void FFTFrame::cleanup()
ASSERT_NOT_REACHED();
}
-float* FFTFrame::realData() const
-{
- ASSERT_NOT_REACHED();
- return 0;
-}
-
-float* FFTFrame::imagData() const
-{
- ASSERT_NOT_REACHED();
- return 0;
-}
-
} // namespace blink
#endif // !OS(MACOSX) && !USE(WEBAUDIO_FFMPEG) && !USE(WEBAUDIO_IPP) && !USE(WEBAUDIO_OPENMAX_DL_FFT)
« no previous file with comments | « Source/platform/audio/FFTFrame.cpp ('k') | Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698