| Index: cc/ipc/begin_frame_args_struct_traits.h
|
| diff --git a/cc/ipc/begin_frame_args_struct_traits.h b/cc/ipc/begin_frame_args_struct_traits.h
|
| index 530aaf03eb537b902a58ec84946c22158f0310f6..3d3e88400fc35d743afb16d4ac59cf18d4121d8e 100644
|
| --- a/cc/ipc/begin_frame_args_struct_traits.h
|
| +++ b/cc/ipc/begin_frame_args_struct_traits.h
|
| @@ -11,7 +11,7 @@
|
| namespace mojo {
|
|
|
| template <>
|
| -struct StructTraits<cc::mojom::BeginFrameArgs, cc::BeginFrameArgs> {
|
| +struct StructTraits<cc::mojom::BeginFrameArgsDataView, cc::BeginFrameArgs> {
|
| static base::TimeTicks frame_time(const cc::BeginFrameArgs& args) {
|
| return args.frame_time;
|
| }
|
|
|