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

Unified Diff: content/browser/web_contents/touch_editable_impl_aura_browsertest.cc

Issue 84653006: Make tap gesture ignore its ack disposition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused method. Created 6 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/browser/web_contents/touch_editable_impl_aura_browsertest.cc
diff --git a/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc b/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
index b229c1ab39cf0c2d5825e4e0dead80df6a20677a..b4f6bb3de738f7e376ba93a067488647efb7a59e 100644
--- a/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
+++ b/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
@@ -328,10 +328,9 @@ class TouchEditableImplAuraTest : public ContentBrowserTest {
// Tap textfield
touch_editable->Reset();
generator.GestureTapAt(gfx::Point(bounds.x() + 50, bounds.y() + 40));
+ // Tap Down and Tap acks are sent synchronously.
touch_editable->WaitForSelectionChangeCallback();
- // No Tap Down Ack is coming, it's async.
touch_editable->Reset();
- touch_editable->WaitForGestureAck(); // Wait for Tap Ack.
// Check if cursor handle is showing.
ui::TouchSelectionController* controller =
« no previous file with comments | « content/browser/renderer_host/input/input_router_impl_unittest.cc ('k') | content/common/input/web_input_event_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698