Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1318)

Unified Diff: chrome/browser/extensions/api/automation_internal/automation_util.h

Issue 595413002: Draw an accessibility focus ring around the focused object in ChromeVox Next. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix automation browser test Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/api/automation_internal/automation_util.h
diff --git a/chrome/browser/extensions/api/automation_internal/automation_util.h b/chrome/browser/extensions/api/automation_internal/automation_util.h
index 981f0087b139bef55020e164a44e5ab20c4a262b..218038b47852dafa41dbe389b5188ee24e592aca 100644
--- a/chrome/browser/extensions/api/automation_internal/automation_util.h
+++ b/chrome/browser/extensions/api/automation_internal/automation_util.h
@@ -27,7 +27,8 @@ namespace automation_util {
// from accessibility to Automation types.
void DispatchAccessibilityEventsToAutomation(
const std::vector<content::AXEventNotificationDetails>& details,
- content::BrowserContext* browser_context);
+ content::BrowserContext* browser_context,
+ const gfx::Vector2d& location_offset);
void DispatchTreeDestroyedEventToAutomation(
int process_id,

Powered by Google App Engine
This is Rietveld 408576698