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 0e707c4bd218be276979b01026dbd2f610ff0fe2..8d799515e46ec4724d4fc68ec25f44e9c40bf2e0 100644 |
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
@@ -230,6 +230,11 @@ void WebRuntimeFeatures::enableTouch(bool enable) |
RuntimeEnabledFeatures::setTouchEnabled(enable); |
} |
+void WebRuntimeFeatures::enableTouchpadScrollLatching(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setTouchpadScrollLatchingEnabled(enable); |
+} |
+ |
void WebRuntimeFeatures::enableWebGLDraftExtensions(bool enable) |
{ |
RuntimeEnabledFeatures::setWebGLDraftExtensionsEnabled(enable); |