Index: content/browser/renderer_host/input/touch_input_browsertest.cc |
diff --git a/content/browser/renderer_host/input/touch_input_browsertest.cc b/content/browser/renderer_host/input/touch_input_browsertest.cc |
index 4889b49b0914ff51a1e6184b6c9ca0dcca8cfd62..c499607f20798cd94f315c5c86ffdd1116263e6f 100644 |
--- a/content/browser/renderer_host/input/touch_input_browsertest.cc |
+++ b/content/browser/renderer_host/input/touch_input_browsertest.cc |
@@ -283,8 +283,11 @@ IN_PROC_BROWSER_TEST_P(TouchInputBrowserTest, MAYBE_MultiPointTouchPress) { |
EXPECT_EQ(INPUT_EVENT_ACK_STATE_CONSUMED, filter()->last_ack_state()); |
} |
+// Threaded compositing is always enabled on Aura. |
+#if !defined(USE_AURA) |
INSTANTIATE_TEST_CASE_P(WithoutInputHandlerProxy, TouchInputBrowserTest, |
::testing::Values(std::string(switches::kDisableThreadedCompositing))); |
+#endif |
#if !defined(OS_MACOSX) |
INSTANTIATE_TEST_CASE_P(WithInputHandlerProxy, TouchInputBrowserTest, |