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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.h

Issue 195043002: Remove unnecassary parameter "sampleRate" for loadAudioResource(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « content/renderer/media/audio_decoder.cc ('k') | content/renderer/renderer_webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer_webkitplatformsupport_impl.h
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
index bfaaabcac0e4feeaa020ad07c2f767f874d4e268..6b79f40f1bc18f37649257c8c64319def5419351 100644
--- a/content/renderer/renderer_webkitplatformsupport_impl.h
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h
@@ -118,6 +118,10 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
virtual bool loadAudioResource(
blink::WebAudioBus* destination_bus, const char* audio_file_data,
+ size_t data_size);
+ // DEPRECATED
+ virtual bool loadAudioResource(
+ blink::WebAudioBus* destination_bus, const char* audio_file_data,
size_t data_size, double sample_rate);
virtual blink::WebContentDecryptionModule* createContentDecryptionModule(
« no previous file with comments | « content/renderer/media/audio_decoder.cc ('k') | content/renderer/renderer_webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698