Changeset 211545 in webkit


Ignore:
Timestamp:
Feb 1, 2017 5:48:29 PM (7 years ago)
Author:
eric.carlson@apple.com
Message:

[Mac] Update CARingBuffer class
https://bugs.webkit.org/show_bug.cgi?id=167656
<rdar://problem/30318329>

Unreviewed fix the 32-bit build after r211539.

  • platform/audio/mac/CAAudioStreamDescription.cpp:

(WebCore::CAAudioStreamDescription::CAAudioStreamDescription):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r211541 r211545  
     12017-02-01  Eric Carlson  <eric.carlson@apple.com>
     2
     3        [Mac] Update CARingBuffer class
     4        https://bugs.webkit.org/show_bug.cgi?id=167656
     5        <rdar://problem/30318329>
     6
     7        Unreviewed fix the 32-bit build after r211539.
     8
     9        * platform/audio/mac/CAAudioStreamDescription.cpp:
     10        (WebCore::CAAudioStreamDescription::CAAudioStreamDescription):
     11
    1122017-02-01  Simon Fraser  <simon.fraser@apple.com>
    213
  • trunk/Source/WebCore/platform/audio/mac/CAAudioStreamDescription.cpp

    r211540 r211545  
    4343}
    4444
    45 CAAudioStreamDescription::CAAudioStreamDescription(double sampleRate, UInt32 numChannels, PCMFormat format, bool isInterleaved)
     45CAAudioStreamDescription::CAAudioStreamDescription(double sampleRate, uint32_t numChannels, PCMFormat format, bool isInterleaved)
    4646{
    4747    m_streamDescription.mFormatID = kAudioFormatLinearPCM;
Note: See TracChangeset for help on using the changeset viewer.