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

Unified Diff: content/public/test/render_view_test.h

Issue 884583002: [autofill] Show autofill popup when focusing a field by tapping near its edge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bounds-change
Patch Set: Add a test 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: content/public/test/render_view_test.h
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h
index 936c329bd0f6e2d99ba96680c13363f624c6a040..d512c547bced141a42e460340a1cf1e946f6edbf 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -110,6 +110,9 @@ class RenderViewTest : public testing::Test {
// Sends a left mouse click at the |point|.
void SimulatePointClick(const gfx::Point& point);
+ // Sends a tap at the |rect|.
+ void SimulateRectTap(const gfx::Rect& rect);
+
// Simulates |node| being focused.
void SetFocused(const blink::WebNode& node);

Powered by Google App Engine
This is Rietveld 408576698