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

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

Issue 25268002: Make tapDown async. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address jdduke's comments. Created 7 years, 3 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 | « content/browser/renderer_host/overscroll_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6c5fa2a1bbf784f8685c6ab3103c3697f5ef91f5..2cc1e9978826172a2d2cabd9802e4666035758e6 100644
--- a/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
+++ b/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
@@ -351,8 +351,7 @@ class TouchEditableImplAuraTest : public ContentBrowserTest {
generator.GestureTapAt(gfx::Point(bounds.x() + 50, bounds.y() + 40));
LOG(INFO) << "Wait for selection to change.";
touch_editable->WaitForSelectionChangeCallback();
- LOG(INFO) << "Wait for tap-down ACK.";
- touch_editable->WaitForGestureAck(); // Wait for Tap Down Ack
+ // No Tap Down Ack is coming, it's async.
touch_editable->Reset();
LOG(INFO) << "Wait for tap ACK.";
touch_editable->WaitForGestureAck(); // Wait for Tap Ack.
« no previous file with comments | « content/browser/renderer_host/overscroll_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698