| 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,
|
|
|