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

Unified Diff: content/test/test_blink_web_unit_test_support.cc

Issue 2467913002: Touch event flag should control only DOM event firing. (Closed)
Patch Set: Change the string in "about://flags" Created 4 years, 1 month 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/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index 52c9db2e589722a361680463be387af6a28f0dfb..65fc3923737b285f17ee549e99dcce4a19044616 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -132,7 +132,7 @@ TestBlinkWebUnitTestSupport::TestBlinkWebUnitTestSupport() {
blink::setLayoutTestMode(true);
blink::WebRuntimeFeatures::enableDatabase(true);
blink::WebRuntimeFeatures::enableNotifications(true);
- blink::WebRuntimeFeatures::enableTouch(true);
+ blink::WebRuntimeFeatures::enableTouchAPI(true);
// Initialize NetworkStateNotifier.
blink::WebNetworkStateNotifier::setWebConnection(

Powered by Google App Engine
This is Rietveld 408576698