Chromium Code Reviews| Index: content/common/webkitplatformsupport_impl.h |
| diff --git a/content/common/webkitplatformsupport_impl.h b/content/common/webkitplatformsupport_impl.h |
| index de778a26aa4f8be18b7bf322a06413376818d4e7..862524a5172f3b3f54b1aa2da7b7de14ea3e1130 100644 |
| --- a/content/common/webkitplatformsupport_impl.h |
| +++ b/content/common/webkitplatformsupport_impl.h |
| @@ -34,6 +34,13 @@ class CONTENT_EXPORT WebKitPlatformSupportImpl |
| virtual webkit_glue::WebSocketStreamHandleBridge* CreateWebSocketBridge( |
| WebKit::WebSocketStreamHandle* handle, |
| webkit_glue::WebSocketStreamHandleDelegate* delegate) OVERRIDE; |
| +#if defined(OS_ANDROID) |
| + virtual webkit_media::WebAudioMediaCodecRunner GetWebAudioMediaCodecRunner() |
| + OVERRIDE; |
| + static void RunWebAudioMediaCodec( |
|
qinmin
2013/04/12 14:43:08
same here, you don't need a static member function
|
| + base::SharedMemoryHandle encoded_data_handle, |
| + base::FileDescriptor pcm_output); |
| +#endif |
| }; |
| } // namespace content |