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

Unified Diff: webkit/glue/webkitplatformsupport_impl.h

Issue 12457043: Android implementation of WebAudio audio file decoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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 | « media/media.gyp ('k') | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitplatformsupport_impl.h
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
index b757f94fe2b20d68af3af1ceb329871df5a8b1a2..bb18d4f09d23693e454f90d63468cf47d809813b 100644
--- a/webkit/glue/webkitplatformsupport_impl.h
+++ b/webkit/glue/webkitplatformsupport_impl.h
@@ -23,6 +23,7 @@
#include "webkit/glue/webthemeengine_impl_mac.h"
#elif defined(OS_ANDROID)
#include "webkit/glue/webthemeengine_impl_android.h"
+#include "webkit/media/audio_decoder.h"
#endif
namespace base {
@@ -172,6 +173,10 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl :
return compositor_support_.get();
}
+#if defined(OS_ANDROID)
+ virtual webkit_media::WebAudioMediaCodecRunner
+ GetWebAudioMediaCodecRunner();
+#endif
private:
void DoTimeout() {
if (shared_timer_func_ && !shared_timer_suspended_)
« no previous file with comments | « media/media.gyp ('k') | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698