| Index: content/common/webkitplatformsupport_impl.h
|
| diff --git a/content/common/webkitplatformsupport_impl.h b/content/common/webkitplatformsupport_impl.h
|
| index de778a26aa4f8be18b7bf322a06413376818d4e7..c56ed05878b922fe668ce04fbb0de78155cefec5 100644
|
| --- a/content/common/webkitplatformsupport_impl.h
|
| +++ b/content/common/webkitplatformsupport_impl.h
|
| @@ -34,6 +34,10 @@ 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;
|
| +#endif
|
| };
|
|
|
| } // namespace content
|
|
|