Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 0bfc66eb9a3a74028e34bb35d14ef7e255a6d827..6f9ff06f7b74f1154d762846b2c55a92c09842ce 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -71,7 +71,7 @@ |
#define IPC_MESSAGE_START ViewMsgStart |
-IPC_ENUM_TRAITS(AccessibilityMode) |
+IPC_ENUM_TRAITS(AccessibilityModeFlag) |
IPC_ENUM_TRAITS(ViewMsg_Navigate_Type::Value) |
IPC_ENUM_TRAITS(blink::WebMediaPlayerAction::Type) |
IPC_ENUM_TRAITS(blink::WebPluginAction::Type) |
@@ -685,7 +685,7 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params) |
IPC_STRUCT_MEMBER(blink::WebScreenInfo, screen_info) |
// The accessibility mode of the renderer. |
- IPC_STRUCT_MEMBER(AccessibilityMode, accessibility_mode) |
+ IPC_STRUCT_MEMBER(unsigned int, accessibility_mode) |
// Specifies whether partially swapping composited buffers is |
// allowed for a renderer. Partial swaps will be used if they are both |
@@ -1194,7 +1194,7 @@ IPC_MESSAGE_CONTROL1(ViewMsg_TempCrashWithData, |
// Change the accessibility mode in the renderer process. |
IPC_MESSAGE_ROUTED1(ViewMsg_SetAccessibilityMode, |
- AccessibilityMode) |
+ unsigned int /* accessibility_mode */) |
// An acknowledge to ViewHostMsg_MultipleTargetsTouched to notify the renderer |
// process to release the magnified image. |