Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / ash / accessibility / automation_manager_ash.cc
index 455148c..0e22556 100644 (file)
@@ -112,5 +112,5 @@ void AutomationManagerAsh::SendEvent(BrowserContext* context,
   std::vector<content::AXEventNotificationDetails> details;
   details.push_back(detail);
   extensions::automation_util::DispatchAccessibilityEventsToAutomation(
-      details, context);
+      details, context, gfx::Vector2d());
 }