Chromium Code Reviews| Index: ui/display/mojo/display_snapshot_mojo_struct_traits.h |
| diff --git a/ui/display/mojo/display_snapshot_mojo_struct_traits.h b/ui/display/mojo/display_snapshot_mojo_struct_traits.h |
| index 0ce011efea536d2d889621e730ed21d386f671e5..3c66e1768cfa4f102df51a831748e91a7deeda0b 100644 |
| --- a/ui/display/mojo/display_snapshot_mojo_struct_traits.h |
| +++ b/ui/display/mojo/display_snapshot_mojo_struct_traits.h |
| @@ -5,9 +5,13 @@ |
| #ifndef UI_DISPLAY_MOJO_DISPLAY_SNAPSHOT_MOJO_STRUCT_TRAITS_H_ |
| #define UI_DISPLAY_MOJO_DISPLAY_SNAPSHOT_MOJO_STRUCT_TRAITS_H_ |
| +#include "ipc/ipc_message_utils.h" |
|
yzshen1
2017/05/03 16:39:46
I thought keeping these includes in the .cc file s
kylechar
2017/05/03 17:18:55
There are errors in the display_unittests target l
yzshen1
2017/05/03 17:22:03
Ah, right. Because the serialization is done outsi
|
| +#include "ui/display/mojo/display_constants_struct_traits.h" |
| +#include "ui/display/mojo/display_mode_struct_traits.h" |
| #include "ui/display/mojo/display_snapshot_mojo.mojom.h" |
| #include "ui/display/types/display_mode.h" |
| #include "ui/display/types/display_snapshot_mojo.h" |
| +#include "ui/gfx/geometry/mojo/geometry_struct_traits.h" |
| namespace mojo { |