Index: webkit/glue/webkitplatformsupport_impl.h |
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h |
index 0f77447f5714e54ebaf11a629fddbff841509446..af762a68aab29a8478ee607f3e2b73b147d6cb5c 100644 |
--- a/webkit/glue/webkitplatformsupport_impl.h |
+++ b/webkit/glue/webkitplatformsupport_impl.h |
@@ -7,6 +7,7 @@ |
#include "base/compiler_specific.h" |
#include "base/debug/trace_event.h" |
+//#include "base/memory/scoped_ptr.h" |
#include "base/platform_file.h" |
#include "base/threading/thread_local_storage.h" |
#include "base/timer.h" |
@@ -23,6 +24,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 |
class MessageLoop; |
@@ -170,6 +172,10 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl : |
return compositor_support_.get(); |
} |
+#if defined(OS_ANDROID) |
+ virtual webkit_media::WebAudioMediaCodecRunner |
+ GetWebAudioMediaCodecRunner() = 0; |
+#endif |
private: |
void DoTimeout() { |
if (shared_timer_func_ && !shared_timer_suspended_) |