[webkit-changes] [WebKit/WebKit] db2778: Rename CoreAudioSharedInternalUnit::m_ioUnit to m_...

youennf noreply at github.com
Thu May 16 00:35:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: db277866eade69b4c06fcb17b61dc3aeb679cba9
      https://github.com/WebKit/WebKit/commit/db277866eade69b4c06fcb17b61dc3aeb679cba9
  Author: Youenn Fablet <youenn at apple.com>
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
    M Source/WebCore/platform/mediastream/mac/CoreAudioSharedUnit.cpp

  Log Message:
  -----------
  Rename CoreAudioSharedInternalUnit::m_ioUnit to m_audioUnit
https://bugs.webkit.org/show_bug.cgi?id=274200
rdar://128111716

Reviewed by Eric Carlson.

CoreAudioSharedInternalUnit::m_ioUnit is conflicting with CoreAudioSharedUnit:m_ioUnit which makes the code less easy to read/search.
Renaming CoreAudioSharedInternalUnit::m_ioUnit to CoreAudioSharedInternalUnit::m_audioUnit instead.

* Source/WebCore/platform/mediastream/mac/CoreAudioSharedUnit.cpp:
(WebCore::CoreAudioSharedInternalUnit::CoreAudioSharedInternalUnit):
(WebCore::CoreAudioSharedInternalUnit::~CoreAudioSharedInternalUnit):
(WebCore::CoreAudioSharedInternalUnit::initialize):
(WebCore::CoreAudioSharedInternalUnit::uninitialize):
(WebCore::CoreAudioSharedInternalUnit::start):
(WebCore::CoreAudioSharedInternalUnit::stop):
(WebCore::CoreAudioSharedInternalUnit::set):
(WebCore::CoreAudioSharedInternalUnit::get):
(WebCore::CoreAudioSharedInternalUnit::render):

Canonical link: https://commits.webkit.org/278852@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list