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

Unified Diff: chrome/test/chromedriver/element_util.h

Issue 848483002: [chromedriver] Use center of first ClientRect when moving mouse to an element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add some extra checks to testMoveToElementAndClick Created 5 years, 11 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/chromedriver/element_util.h
diff --git a/chrome/test/chromedriver/element_util.h b/chrome/test/chromedriver/element_util.h
index 0fbd766179b2d9c1689e76d5d7478fcb1577936c..142fd646c7801a11b24b556ee5d0c3436fcf54ab 100644
--- a/chrome/test/chromedriver/element_util.h
+++ b/chrome/test/chromedriver/element_util.h
@@ -131,6 +131,7 @@ Status ScrollElementIntoView(
Session* session,
WebView* web_view,
const std::string& element_id,
+ const WebPoint* offset,
WebPoint* location);
// |element_id| refers to the element which is to be scrolled into view.

Powered by Google App Engine
This is Rietveld 408576698