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

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

Issue 1407413002: Move some AX attrs from AXNodeData to AXTreeData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
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;

Powered by Google App Engine
This is Rietveld 408576698