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:
@@ -111,9 +111,9 @@ class OsrAXNode {
|
||||
CefRect location_;
|
||||
CefPoint scroll_;
|
||||
std::vector<int> child_ids_;
|
||||
CefNativeAccessible* platform_accessibility_;
|
||||
OsrAXNode* parent_;
|
||||
int offset_container_id_;
|
||||
CefNativeAccessible* platform_accessibility_ = nullptr;
|
||||
OsrAXNode* parent_ = nullptr;
|
||||
int offset_container_id_ = -1;
|
||||
OsrAccessibilityHelper* accessibility_helper_;
|
||||
CefRefPtr<CefDictionaryValue> attributes_;
|
||||
};
|
||||
|
Reference in New Issue
Block a user