| 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
|
|
|