| Index: chromecast/browser/cast_content_browser_client.h
|
| diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
|
| index 5e5c262f92a103087e4856b5e9ec9a72bf0bc45f..b097e45089a86cd447c4db8b5a89b2a2aaea7f62 100644
|
| --- a/chromecast/browser/cast_content_browser_client.h
|
| +++ b/chromecast/browser/cast_content_browser_client.h
|
| @@ -100,7 +100,11 @@ class CastContentBrowserClient: public content::ContentBrowserClient {
|
| void GetAdditionalMappedFilesForChildProcess(
|
| const base::CommandLine& command_line,
|
| int child_process_id,
|
| - content::FileDescriptorInfo* mappings) override;
|
| + content::FileDescriptorInfo* mappings
|
| +#if defined(OS_ANDROID)
|
| + , std::map<int, base::MemoryMappedFile::Region>* regions
|
| +#endif
|
| + ) override;
|
| #if defined(OS_ANDROID) && defined(VIDEO_HOLE)
|
| content::ExternalVideoSurfaceContainer*
|
| OverrideCreateExternalVideoSurfaceContainer(
|
|
|