Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1798)

Unified Diff: content/renderer/renderer_webkitclient_impl.h

Issue 6721015: Add WebKit API to retrieve the audio hardware sample-rate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/renderer_webkitclient_impl.h
===================================================================
--- content/renderer/renderer_webkitclient_impl.h (revision 78925)
+++ content/renderer/renderer_webkitclient_impl.h (working copy)
@@ -74,6 +74,7 @@
virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository();
virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D();
+ virtual double audioHardwareSampleRate();
virtual WebKit::WebAudioDevice* createAudioDevice(
size_t buffer_size, unsigned channels, double sample_rate,
WebKit::WebAudioDevice::RenderCallback* callback);
« no previous file with comments | « no previous file | content/renderer/renderer_webkitclient_impl.cc » ('j') | content/renderer/renderer_webkitclient_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698