Chromium Code Reviews| Index: chrome/test/base/interactive_test_utils.h |
| diff --git a/chrome/test/base/interactive_test_utils.h b/chrome/test/base/interactive_test_utils.h |
| index e8c7a224b16fb61f8d4c12931634602e3f5f5573..facdb9271ff5d870588a85aa87cf072be3238828 100644 |
| --- a/chrome/test/base/interactive_test_utils.h |
| +++ b/chrome/test/base/interactive_test_utils.h |
| @@ -132,6 +132,8 @@ void MoveMouseToCenterAndPress(views::View* view, |
| ui_controls::MouseButton button, |
| int state, |
| const base::Closure& task); |
| +// Returns the center of |view| in screen coordinates. |
|
tapted
2016/02/05 05:11:11
nit: blank line before
kirr
2016/02/05 13:26:23
Done.
|
| +gfx::Point GetCenterInScreenCoordinates(const views::View* view); |
| #endif |
| namespace internal { |