| Index: chrome/test/base/interactive_test_utils.h
|
| ===================================================================
|
| --- chrome/test/base/interactive_test_utils.h (revision 192786)
|
| +++ chrome/test/base/interactive_test_utils.h (working copy)
|
| @@ -135,6 +135,9 @@
|
| int state,
|
| const base::Closure& task);
|
|
|
| +// Returns the bounds of the view in screen coordinates.
|
| +gfx::Rect GetViewBounds(const Browser* browser, ViewID vid);
|
| +
|
| namespace internal {
|
|
|
| // A utility function to send a mouse click event in a closure. It's shared by
|
|
|