Chromium Code Reviews| 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); |
|
David Tseng
2014/09/24 19:28:15
I don't see any changes for the desktop tree (Auto
dmazzoni
2014/09/24 19:36:08
I only needed a change in automation_manager_ash.c
|
| void DispatchTreeDestroyedEventToAutomation( |
| int process_id, |