[Webkit-unassigned] [Bug 56882] Add API to retrieve the audio hardware sample-rate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 23 14:21:00 PDT 2011


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tony at chromium.org




--- Comment #5 from Tony Chang <tony at chromium.org>  2011-03-23 14:21:00 PST ---
I'm getting a compilation error in Chromium with this change:

content/renderer/renderer_webkitclient_impl.cc: In member function ‘virtual WebKit::WebAudioDevice* RendererWebKitClientImpl::createAudioDevice(size_t, unsigned int, double, WebKit::WebAudioDevice::RenderCallback*)’:
content/renderer/renderer_webkitclient_impl.cc:553: error: cannot allocate an object of abstract type ‘RendererWebAudioDeviceImpl’
./content/renderer/renderer_webaudiodevice_impl.h:16: note:   because the following virtual functions are pure within ‘RendererWebAudioDeviceImpl’:
./third_party/WebKit/Source/WebKit/chromium/public/WebAudioDevice.h:51: note:   virtual double WebKit::WebAudioDevice::sampleRate()


It looks like renderer_webaudiodevice_impl.* needs to declare sampleRate()?

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