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

Unified Diff: content/public/browser/ax_event_notification_details.h

Issue 1413423003: Move some AX attrs from AXNodeData to AXTreeData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « content/common/ax_content_node_data.cc ('k') | content/renderer/accessibility/blink_ax_tree_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/ax_event_notification_details.h
diff --git a/content/public/browser/ax_event_notification_details.h b/content/public/browser/ax_event_notification_details.h
index d4ee1d01cee864b589c8d794182e980f03e234c0..50eeeb031dd69eba2bd9a7f97d1bccdd7b1a081e 100644
--- a/content/public/browser/ax_event_notification_details.h
+++ b/content/public/browser/ax_event_notification_details.h
@@ -8,6 +8,8 @@
#include <vector>
#include "content/common/content_export.h"
+#include "ui/accessibility/ax_node_data.h"
+#include "ui/accessibility/ax_tree_data.h"
#include "ui/accessibility/ax_tree_update.h"
namespace content {
@@ -19,7 +21,7 @@ struct CONTENT_EXPORT AXEventNotificationDetails {
AXEventNotificationDetails();
~AXEventNotificationDetails();
- ui::AXTreeUpdate<ui::AXNodeData> update;
+ ui::AXTreeUpdate update;
ui::AXEvent event_type;
int id;
int ax_tree_id;
« no previous file with comments | « content/common/ax_content_node_data.cc ('k') | content/renderer/accessibility/blink_ax_tree_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698