| OLD | NEW |
| (Empty) |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 // Get basic type definitions. | |
| 6 #include "content/common/gpu/gpu_param_traits.h" | |
| 7 | |
| 8 // Generate param traits write methods. | |
| 9 #include "ipc/param_traits_write_macros.h" | |
| 10 namespace IPC { | |
| 11 #undef CONTENT_COMMON_GPU_GPU_PARAM_TRAITS_MACROS_H_ | |
| 12 #include "content/common/gpu/gpu_param_traits_macros.h" | |
| 13 } // namespace IPC | |
| 14 | |
| 15 // Generate param traits read methods. | |
| 16 #include "ipc/param_traits_read_macros.h" | |
| 17 namespace IPC { | |
| 18 #undef CONTENT_COMMON_GPU_GPU_PARAM_TRAITS_MACROS_H_ | |
| 19 #include "content/common/gpu/gpu_param_traits_macros.h" | |
| 20 } // namespace IPC | |
| 21 | |
| 22 // Generate param traits log methods. | |
| 23 #include "ipc/param_traits_log_macros.h" | |
| 24 namespace IPC { | |
| 25 #undef CONTENT_COMMON_GPU_GPU_PARAM_TRAITS_MACROS_H_ | |
| 26 #include "content/common/gpu/gpu_param_traits_macros.h" | |
| 27 } // namespace IPC | |
| OLD | NEW |