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

Unified Diff: content/browser/accessibility/browser_accessibility_manager.cc

Issue 1776713005: Initialize member variables from all constructors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility_manager.cc
diff --git a/content/browser/accessibility/browser_accessibility_manager.cc b/content/browser/accessibility/browser_accessibility_manager.cc
index ebf3a99e8a5f65aba3acd77bdae4b813c64838bd..f2d4da7d24d9600734b5d83f294b571ceab818e9 100644
--- a/content/browser/accessibility/browser_accessibility_manager.cc
+++ b/content/browser/accessibility/browser_accessibility_manager.cc
@@ -141,6 +141,8 @@ BrowserAccessibilityManager::BrowserAccessibilityManager(
tree_(new ui::AXSerializableTree()),
user_is_navigating_away_(false),
osk_state_(OSK_ALLOWED),
+ last_focused_node_(nullptr),
+ last_focused_manager_(nullptr),
ax_tree_id_(AXTreeIDRegistry::kNoAXTreeID),
parent_node_id_from_parent_tree_(0) {
tree_->SetDelegate(this);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698