Chromium Code Reviews| 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..633df364824f36231591f1adf22cae904aa496d4 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::CreateExternalVideoSurfaceContainer( |
|
boliu
2014/04/11 01:52:10
nit: No indent on this line (see Line 46 above)
ycheo (away)
2014/04/11 05:06:13
Done.
|
| + WebContents* web_contents) { |
| + return NULL; |
| +} |
| +#endif |
| + |
| } // namespace content |