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

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: Use Blink hit testing Created 5 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
« no previous file with comments | « components/autofill/content/renderer/page_click_tracker.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/autofill/content/renderer/page_click_tracker.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698