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

Unified Diff: content/browser/renderer_host/input/input_router_impl_unittest.cc

Issue 2722113007: Disable the passthrough touch event queue for now. (Closed)
Patch Set: Fix failing test Created 3 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 | « content/browser/renderer_host/input/input_router_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/input/input_router_impl_unittest.cc
diff --git a/content/browser/renderer_host/input/input_router_impl_unittest.cc b/content/browser/renderer_host/input/input_router_impl_unittest.cc
index 82d4ae8e0d544c1ea709669f073886e11d3c6bed..ec6b022236f5c19c09bca93deee67b61e11b579e 100644
--- a/content/browser/renderer_host/input/input_router_impl_unittest.cc
+++ b/content/browser/renderer_host/input/input_router_impl_unittest.cc
@@ -1522,8 +1522,9 @@ TEST_F(InputRouterImplTest, TouchActionResetWhenTouchHandlerRemoved) {
// Test that the double tap gesture depends on the touch action of the first
// tap.
+// TODO(dtapuska): Disabled for now crbug.com/697871
TEST_F(InputRouterImplRafAlignedTouchEnabledTest,
- DoubleTapGestureDependsOnFirstTap) {
+ DISABLED_DoubleTapGestureDependsOnFirstTap) {
OnHasTouchEventHandlers(true);
// Sequence 1.
« no previous file with comments | « content/browser/renderer_host/input/input_router_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698