mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -27,7 +27,7 @@ class OsrAXTree {
|
||||
|
||||
private:
|
||||
CefString parent_tree_id_;
|
||||
int root_node_id_;
|
||||
int root_node_id_ = -1;
|
||||
std::map<int, OsrAXNode*> node_map_;
|
||||
};
|
||||
|
||||
@@ -71,7 +71,7 @@ class OsrAccessibilityHelper {
|
||||
void DestroyNode(OsrAXNode* node);
|
||||
CefString root_tree_id_;
|
||||
CefString focused_tree_id_;
|
||||
int focused_node_id_;
|
||||
int focused_node_id_ = -1;
|
||||
CefRefPtr<CefBrowser> browser_;
|
||||
std::map<CefString, OsrAXTree> accessibility_node_map_;
|
||||
};
|
||||
|
Reference in New Issue
Block a user