On 2015/05/28 at 18:25:11, Robert Sesek wrote:
> I'm not sure this needs its own file. Can it go in io_surface_manager.h or
io_surface_manager_messages.h ?
I prefer a separate file. io_surface_manager.h is meant for clients of the
IOSurfaceManager interface. The token doesn't belong in that file as it's an
implementation detail and not a requirement to implement that interface.
I could move it to io_surface_manager_messages.h but then files such as
render_process_host_impl.h and child_process_messages.h which only care about
the token would have to include that file even though the definition of Mach
messages is not something the code in those files should be aware of.
Issue 1137453002: content: Pass IOSurface references using Mach IPC.
(Closed)
Created 5 years, 7 months ago by reveman
Modified 5 years, 6 months ago
Reviewers: Avi (use Gerrit), Daniele Castagna, piman, Robert Sesek, nasko
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 106