| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index e772ef90da156cd8cd114c452dc127ebe14aae23..b45583b7402da87b33e074f062ee694f309a385a 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -115,7 +115,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void enableSharedWorker(bool);
|
| BLINK_EXPORT static void enableSlimmingPaintV2(bool);
|
| BLINK_EXPORT static void enableSpeculativeLaunchServiceWorker(bool);
|
| - BLINK_EXPORT static void enableTouch(bool);
|
| + BLINK_EXPORT static void enableTouchAPI(bool);
|
| BLINK_EXPORT static void enableV8IdleTasks(bool);
|
| BLINK_EXPORT static void enableWebAssemblySerialization(bool);
|
| BLINK_EXPORT static void enableWebBluetooth(bool);
|
|
|