summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authorrsesek <rsesek@chromium.org>2016-01-04 19:37:11 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-05 03:37:59 +0000
commit5c7c3e9be27c3a79e9462e3d275780b0bc6ad559 (patch)
treed93135846c0d49a3ed299428fdbecdc17d5c4946 /content/content_common.gypi
parentdac52d56619f9586c387a723f4f6578467f39a88 (diff)
downloadchromium_src-5c7c3e9be27c3a79e9462e3d275780b0bc6ad559.zip
chromium_src-5c7c3e9be27c3a79e9462e3d275780b0bc6ad559.tar.gz
chromium_src-5c7c3e9be27c3a79e9462e3d275780b0bc6ad559.tar.bz2
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}
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi2
1 files changed, 0 insertions, 2 deletions
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',