Currently gpu_messages depends on ui/gfx/ipc for ParamTraits of things like gfx::Size.
gpu should not depend on skia at all. gpu needs the following from ui/gfx currently (according to piman@):
- geometry (gfx::Size)
- native handles (will move away from ui/ soon),
- GpuMemoryBuffers
- SwapResults.
As per piman@'s suggestion, we should separate those things out of the other ui/gfx things that need skia.
danakj@ suggests a ui/gfx/ipc/geometry as opposed to ui/gfx/geometry/ipc.
Comment 1 by fsam...@chromium.org
, Mar 19 2016Labels: mus
Owner: fsam...@chromium.org
Status: Assigned (was: Untriaged)