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

Unified Diff: content/common/accessibility_messages.h

Issue 2255093005: Pass accessible location change messages to the automation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Speculative fix to cast_shell Created 4 years, 4 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: content/common/accessibility_messages.h
diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h
index 13697fd60c0553da93971aa0a91fda1fbb88aed7..fb21af10664820840b884d6c03d681a883bb69b0 100644
--- a/content/common/accessibility_messages.h
+++ b/content/common/accessibility_messages.h
@@ -72,12 +72,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::AXContentTreeUpdate)
IPC_STRUCT_TRAITS_MEMBER(nodes)
IPC_STRUCT_TRAITS_END()
-IPC_STRUCT_TRAITS_BEGIN(ui::AXRelativeBounds)
- IPC_STRUCT_TRAITS_MEMBER(offset_container_id)
- IPC_STRUCT_TRAITS_MEMBER(bounds)
- IPC_STRUCT_TRAITS_MEMBER(transform)
-IPC_STRUCT_TRAITS_END()
-
IPC_STRUCT_BEGIN(AccessibilityHostMsg_EventParams)
// The tree update.
IPC_STRUCT_MEMBER(content::AXContentTreeUpdate, update)
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/ax_event_notification_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698