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..d2de987ddf98f345cf11c87571ce4c0689d9fc36 100644 |
| --- a/content/common/webkitplatformsupport_impl.h |
| +++ b/content/common/webkitplatformsupport_impl.h |
| @@ -34,6 +34,12 @@ 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(); |
| + static void RunWebAudioMediaCodec( |
| + base::SharedMemoryHandle encoded_data_handle, |
|
palmer
2013/04/02 18:01:08
Right; use these names in the IPC declaration in *
|
| + base::FileDescriptor pcm_output); |
| +#endif |
| }; |
| } // namespace content |