Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: chrome/test/base/interactive_test_utils.h

Issue 1669793002: mac_views_browser: fixed interactive_ui_tests compilation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698