]> git.pld-linux.org Git - packages/chromium-browser.git/blob - chromium-alignment-r0.patch
- build nacl with crossnacl toolchain
[packages/chromium-browser.git] / chromium-alignment-r0.patch
1 Index: third_party/WebKit/Source/WebCore/platform/audio/AudioArray.h
2 ===================================================================
3 --- third_party/WebKit/Source/WebCore/platform/audio/AudioArray.h       (revision 105431)
4 +++ third_party/WebKit/Source/WebCore/platform/audio/AudioArray.h       (revision 118455)
5 @@ -61,6 +61,9 @@
6          unsigned initialSize = sizeof(T) * n;
7  
8 -        // 16-byte alignment for 128bit SIMD.
9 +#if USE(WEBAUDIO_FFMPEG)
10 +        const size_t alignment = 32;
11 +#else
12          const size_t alignment = 16;
13 +#endif
14  
15          if (m_allocation)
This page took 0.160856 seconds and 3 git commands to generate.