| 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 942a4c0194e5c8544c20007fa47bac4cdfdb6d28..1c4b8248353b308aeb0dd8c1b9ee0103522d8b64 100644
|
| --- a/chromecast/browser/cast_content_browser_client.h
|
| +++ b/chromecast/browser/cast_content_browser_client.h
|
| @@ -119,7 +119,11 @@ class CastContentBrowserClient: public content::ContentBrowserClient {
|
| void GetAdditionalMappedFilesForChildProcess(
|
| const base::CommandLine& command_line,
|
| int child_process_id,
|
| - content::FileDescriptorInfo* mappings) override;
|
| + 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(
|
|
|