Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ff2fe83

Browse files
Casey Hillerscbracken
Casey Hillers
andauthored
[cpp20] Fix incompatible aggregate initialization (#38165)
* [cpp20] Fix incompatible aggregate initialization * Update third_party/accessibility/ax/ax_tree_update.h Co-authored-by: Chris Bracken <[email protected]> * Update third_party/accessibility/ax/ax_tree_update.h Co-authored-by: Chris Bracken <[email protected]> Co-authored-by: Chris Bracken <[email protected]>
1 parent 2148fc0 commit ff2fe83

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

third_party/accessibility/ax/ax_tree_update.h

-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ namespace ui {
5050
// before or after an AXTreeUpdate.
5151
template <typename AXNodeData, typename AXTreeData>
5252
struct AXTreeUpdateBase {
53-
AXTreeUpdateBase() = default;
54-
~AXTreeUpdateBase() = default;
55-
5653
// If |has_tree_data| is true, the value of |tree_data| should be used
5754
// to update the tree data, otherwise it should be ignored.
5855
bool has_tree_data = false;

0 commit comments

Comments
 (0)