From 5c7c3e9be27c3a79e9462e3d275780b0bc6ad559 Mon Sep 17 00:00:00 2001 From: rsesek Date: Mon, 4 Jan 2016 19:37:11 -0800 Subject: Replace IOSurfaceManager by directly passing IOSurface Mach ports over Chrome IPC. IOSurfaceManager was created as a mechanism to exchange IOSurfaces using Mach ports, at a time when Chrome IPC was unable to broker Mach port attachments. As part of fixing https://crbug.com/466437, Chrome IPC grew the capability to also also send Mach ports as part of a message. With this new capability, the custom Mach IPC channel used by IOSurfaceManager is no longer necessary, and its complexity can be removed. BUG=569226,323304 Review URL: https://codereview.chromium.org/1532813002 Cr-Commit-Position: refs/heads/master@{#367474} --- content/content_common.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'content/content_common.gypi') diff --git a/content/content_common.gypi b/content/content_common.gypi index d5d97a8..7eb25c8 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -420,8 +420,6 @@ 'common/mac/font_descriptor.mm', 'common/mac/font_loader.h', 'common/mac/font_loader.mm', - 'common/mac/io_surface_manager_messages.h', - 'common/mac/io_surface_manager_token.h', 'common/manifest_manager_messages.h', 'common/media/aec_dump_messages.h', 'common/media/audio_messages.h', -- cgit v1.1