| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 12107)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -384,9 +384,9 @@
|
|
|
| // Retreive information from the MSAA DOM subtree, for accessibility purposes.
|
| IPC_SYNC_MESSAGE_ROUTED1_1(ViewMsg_GetAccessibilityInfo,
|
| - AccessibilityInParams
|
| + webkit_glue::WebAccessibility::InParams
|
| /* input parameters */,
|
| - AccessibilityOutParams
|
| + webkit_glue::WebAccessibility::OutParams
|
| /* output parameters */)
|
|
|
| // Requests the renderer to clear cashed accessibility information. Takes an
|
|
|