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

Unified Diff: Source/platform/audio/cpu/arm/VectorMathNEON.h

Issue 715753002: [WIP] support arm_neon_optional flag in blink. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/VectorMath.cpp ('k') | Source/platform/audio/cpu/arm/VectorMathNEON.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/cpu/arm/VectorMathNEON.h
diff --git a/Source/modules/webaudio/DelayNode.idl b/Source/platform/audio/cpu/arm/VectorMathNEON.h
similarity index 92%
copy from Source/modules/webaudio/DelayNode.idl
copy to Source/platform/audio/cpu/arm/VectorMathNEON.h
index b5cb6eb3005d72c724cadbc80ba288bd7ac12536..a40af07f580377936772f358c935f43351a780f9 100644
--- a/Source/modules/webaudio/DelayNode.idl
+++ b/Source/platform/audio/cpu/arm/VectorMathNEON.h
@@ -22,8 +22,9 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Conditional=WEB_AUDIO
-] interface DelayNode : AudioNode {
- readonly attribute AudioParam delayTime;
-};
+#ifndef VectorMathNEON_h
+#define VectorMathNEON_h
+
+#include "platform/audio/VectorMath.h"
+
+#endif // VectorMathNEON_h
« no previous file with comments | « Source/platform/audio/VectorMath.cpp ('k') | Source/platform/audio/cpu/arm/VectorMathNEON.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698