mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 126.0.6478.0 (#1300313)
This commit is contained in:
@@ -10,20 +10,20 @@
|
||||
|
||||
#include "cef/include/cef_values.h"
|
||||
|
||||
namespace content {
|
||||
struct AXEventNotificationDetails;
|
||||
struct AXLocationChangeNotificationDetails;
|
||||
} // namespace content
|
||||
namespace ui {
|
||||
struct AXLocationChanges;
|
||||
struct AXUpdatesAndEvents;
|
||||
} // namespace ui
|
||||
|
||||
namespace osr_accessibility_util {
|
||||
|
||||
// Convert Accessibility Event and location updates to CefValue, which may be
|
||||
// consumed or serialized with CefJSONWrite.
|
||||
CefRefPtr<CefValue> ParseAccessibilityEventData(
|
||||
const content::AXEventNotificationDetails& data);
|
||||
const ui::AXUpdatesAndEvents& details);
|
||||
|
||||
CefRefPtr<CefValue> ParseAccessibilityLocationData(
|
||||
const std::vector<content::AXLocationChangeNotificationDetails>& data);
|
||||
const std::vector<ui::AXLocationChanges>& details);
|
||||
|
||||
} // namespace osr_accessibility_util
|
||||
|
||||
|
Reference in New Issue
Block a user