We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010afed commit 045cd7dCopy full SHA for 045cd7d
third_party/accessibility/ax/ax_tree_update.h
@@ -50,9 +50,6 @@ namespace ui {
50
// before or after an AXTreeUpdate.
51
template <typename AXNodeData, typename AXTreeData>
52
struct AXTreeUpdateBase {
53
- AXTreeUpdateBase() = default;
54
- ~AXTreeUpdateBase() = default;
55
-
56
// If |has_tree_data| is true, the value of |tree_data| should be used
57
// to update the tree data, otherwise it should be ignored.
58
bool has_tree_data = false;
0 commit comments