| Index: chrome/common/extensions/api/automation.idl
|
| diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
|
| index f440639a77202288844db6eea0fc9052faffc98f..318c6e0e8bb3adf0a0b6d892b4c9e2a2e841154f 100644
|
| --- a/chrome/common/extensions/api/automation.idl
|
| +++ b/chrome/common/extensions/api/automation.idl
|
| @@ -681,6 +681,10 @@
|
| // original size.
|
| static void getImageData(long maxWidth, long maxHeight);
|
|
|
| + // Does a hit test of the given global screen coordinates, and fires
|
| + // eventToFire on the resulting object.
|
| + static void hitTest(long x, long y, EventType eventToFire);
|
| +
|
| // Scrolls this node to make it visible.
|
| static void makeVisible();
|
|
|
|
|