Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index bcb5c7cfbe439edb6995d142357519d867760dd0..0056df4aa64757d43056d31175f16f0848236c02 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -79,8 +79,8 @@ |
IPC_ENUM_TRAITS(content::MenuItem::Type) |
IPC_ENUM_TRAITS(content::NavigationGesture) |
IPC_ENUM_TRAITS(content::PageZoom) |
-IPC_ENUM_TRAITS(gfx::FontRenderParams::Hinting) |
-IPC_ENUM_TRAITS(gfx::FontRenderParams::SubpixelRendering) |
+IPC_ENUM_TRAITS(content::RendererPreferencesHintingEnum) |
+IPC_ENUM_TRAITS(content::RendererPreferencesSubpixelRenderingEnum) |
IPC_ENUM_TRAITS_MAX_VALUE(content::TapMultipleTargetsStrategy, |
content::TAP_MULTIPLE_TARGETS_STRATEGY_MAX) |
IPC_ENUM_TRAITS(content::StopFindAction) |