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

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

Issue 2080573003: Track all changed nodes during an update (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make suggested change. Created 4 years, 3 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.cc
diff --git a/content/public/browser/ax_event_notification_details.cc b/content/public/browser/ax_event_notification_details.cc
index 6bc9e338885d479eefc5c83f961cae3c537f7b19..c8e0c95c6b4cf7da40b8a268f6e37c53d7b55a54 100644
--- a/content/public/browser/ax_event_notification_details.cc
+++ b/content/public/browser/ax_event_notification_details.cc
@@ -9,8 +9,8 @@ namespace content {
AXEventNotificationDetails::AXEventNotificationDetails()
: event_type(ui::AX_EVENT_NONE),
id(-1),
- ax_tree_id(-1) {
-}
+ ax_tree_id(-1),
+ event_from(ui::AX_EVENT_FROM_NONE) {}
AXEventNotificationDetails::AXEventNotificationDetails(
const AXEventNotificationDetails& other) = default;
« no previous file with comments | « content/public/browser/ax_event_notification_details.h ('k') | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698