| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 39a755ea8ea08b79fb65a712ffb876e7a68be4d5..b2a697ace112172adf026f433cc17e63a7a6e2e4 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -72,7 +72,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::WebContextMenuData::MediaType)
|
| IPC_ENUM_TRAITS(blink::WebMediaPlayerAction::Type)
|
| @@ -742,7 +742,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
|
| @@ -1271,7 +1271,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.
|
|
|