| Index: cc/ipc/compositor_frame_struct_traits.h
|
| diff --git a/cc/ipc/compositor_frame_struct_traits.h b/cc/ipc/compositor_frame_struct_traits.h
|
| index 63c191bd038892324a02bdde0e8eced6732e509d..662c1c5c12227d33536b052c89c1fa500b73e585 100644
|
| --- a/cc/ipc/compositor_frame_struct_traits.h
|
| +++ b/cc/ipc/compositor_frame_struct_traits.h
|
| @@ -19,11 +19,11 @@ struct StructTraits<cc::mojom::CompositorFrameDataView, cc::CompositorFrame> {
|
|
|
| static const cc::TransferableResourceArray& resources(
|
| const cc::CompositorFrame& input) {
|
| - return input.resource_list;
|
| + return input.delegated_frame_data->resource_list;
|
| }
|
|
|
| static const cc::RenderPassList& passes(const cc::CompositorFrame& input) {
|
| - return input.render_pass_list;
|
| + return input.delegated_frame_data->render_pass_list;
|
| }
|
|
|
| static bool Read(cc::mojom::CompositorFrameDataView data,
|
|
|