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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 2547373002: Rename TouchEventAPI to TouchEventFeatureDetection (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into rename Created 4 years 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: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index 284ccfd4dbefe5a92a858be8e8f91c4631a4f2d4..906dee8a9b88b273efc97274c29ec8333af39454 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -242,8 +242,8 @@ void WebRuntimeFeatures::enableSpeculativeLaunchServiceWorker(bool enable) {
RuntimeEnabledFeatures::setSpeculativeLaunchServiceWorkerEnabled(enable);
}
-void WebRuntimeFeatures::enableTouchEventAPI(bool enable) {
- RuntimeEnabledFeatures::setTouchEventAPIEnabled(enable);
+void WebRuntimeFeatures::enableTouchEventFeatureDetection(bool enable) {
+ RuntimeEnabledFeatures::setTouchEventFeatureDetectionEnabled(enable);
}
void WebRuntimeFeatures::enableWebGLDraftExtensions(bool enable) {
« no previous file with comments | « third_party/WebKit/Source/web/DevToolsEmulator.cpp ('k') | third_party/WebKit/public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698