[Webkit-unassigned] [Bug 67952] Ask for audio hardware buffer size instead of using hardwired constants.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 13 22:03:57 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67952





--- Comment #11 from Raymond Toy <rtoy at chromium.org>  2011-09-13 22:03:57 PST ---
(From update of attachment 107216)
View in context: https://bugs.webkit.org/attachment.cgi?id=107216&action=review

>> Source/WebKit/chromium/src/AudioDestinationChromium.cpp:66
>> +    m_callbackBufferSize = webKitPlatformSupport()->audioHardwareBufferSize();
> 
> nit: I think it is a bit awkward to use this member variable to store the audioHardwareBufferSize result.  It seems like it would be better to create a local variable for this.

m_callbackBufferSize is also used in AudioDestinationChromium::render below.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list