| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index 169ca965d0a18a4604693ef26673d4af74443389..0d03a7702fdbeed82f3d1af50ccc9b949a818fe1 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -315,4 +315,12 @@ net::CookieStore* ContentBrowserClient::OverrideCookieStoreForRenderProcess(
|
| return NULL;
|
| }
|
|
|
| +#if defined(VIDEO_HOLE)
|
| +ExternalVideoSurfaceContainer*
|
| +ContentBrowserClient::OverrideCreateExternalVideoSurfaceContainer(
|
| + WebContents* web_contents) {
|
| + return NULL;
|
| +}
|
| +#endif
|
| +
|
| } // namespace content
|
|
|