Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index b822dc2dc63d5109ada1732904192392b681182a..26d316a112a17ad69088f35868d6cb90456a69e2 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -78,8 +78,8 @@ IPC_ENUM_TRAITS(content::FileChooserParams::Mode) |
IPC_ENUM_TRAITS(content::MenuItem::Type) |
IPC_ENUM_TRAITS(content::NavigationGesture) |
IPC_ENUM_TRAITS(content::PageZoom) |
-IPC_ENUM_TRAITS(content::RendererPreferencesHintingEnum) |
-IPC_ENUM_TRAITS(content::RendererPreferencesSubpixelRenderingEnum) |
+IPC_ENUM_TRAITS(gfx::FontRenderParams::Hinting) |
+IPC_ENUM_TRAITS(gfx::FontRenderParams::SubpixelRendering) |
IPC_ENUM_TRAITS_MAX_VALUE(content::TapMultipleTargetsStrategy, |
content::TAP_MULTIPLE_TARGETS_STRATEGY_MAX) |
IPC_ENUM_TRAITS(content::StopFindAction) |