| Index: chrome/common/extensions/api/automation.idl
|
| diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
|
| index ce4d7994159fc3e433f23c0ff405e2ee65687a0b..451fc942084478c1c37db561258636b91be49b00 100644
|
| --- a/chrome/common/extensions/api/automation.idl
|
| +++ b/chrome/common/extensions/api/automation.idl
|
| @@ -313,6 +313,9 @@
|
| // The source of this event.
|
| DOMString eventFrom;
|
|
|
| + long mouseX;
|
| + long mouseY;
|
| +
|
| // Stops this event from further processing except for any remaining
|
| // listeners on $(ref:AutomationEvent.target).
|
| static void stopPropagation();
|
|
|