Chromium Code Reviews| Index: chrome/common/chrome_utility_printing_messages.h |
| diff --git a/chrome/common/chrome_utility_printing_messages.h b/chrome/common/chrome_utility_printing_messages.h |
| index 7d902875b5a67b93ee2ace38b90b1a5f86cc05c7..5ad699e7afb2774c1002cca0375687307ce42399 100644 |
| --- a/chrome/common/chrome_utility_printing_messages.h |
| +++ b/chrome/common/chrome_utility_printing_messages.h |
| @@ -49,7 +49,8 @@ IPC_STRUCT_TRAITS_BEGIN(printing::PrinterSemanticCapsAndDefaults) |
| IPC_STRUCT_TRAITS_MEMBER(default_dpi) |
| IPC_STRUCT_TRAITS_END() |
| -IPC_ENUM_TRAITS(printing::PwgRasterTransformType) |
| +IPC_ENUM_TRAITS_MAX_VALUE(printing::PwgRasterTransformType, |
| + printing::PWG_RASTER_TRANSFORM_TYPE_LAST) |
|
nasko
2014/10/08 17:20:51
Please align vertically the two lines. Refer to th
|
| IPC_STRUCT_TRAITS_BEGIN(printing::PwgRasterSettings) |
| IPC_STRUCT_TRAITS_MEMBER(odd_page_transform) |