commit | a1d159d88e6b302061a629bdc368609ba50b08b6 | [log] [tgz] |
---|---|---|
author | samans <[email protected]> | Wed May 17 18:27:21 2017 |
committer | Commit bot <[email protected]> | Wed May 17 18:27:21 2017 |
tree | f2ed929618cdda26a25c05dc51766423e56a58fc | |
parent | 44ba9092273b822880e06cef6c59a24d40c9df05 [diff] |
Factor FrameData out of RendererCompositorFrameSink The same struct that holds surface information in RendererCompositorFrameSink will be used in the browser and sent over IPC in future CLs. This CL factors it out and also adds IPC param traits. Review-Url: https://codereview.chromium.org/2882303002 Cr-Commit-Position: refs/heads/master@{#472506}