Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8569)

Unified Diff: chrome/common/render_messages_internal.h

Issue 46013: Removes all use of COM and dependencies on Windows-specific classes (includin... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698