| Index: third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| index d5670b6ce0bda884cfd083ebba17d569f20215c7..f6183950fa84ac27592ee55d13433a12085f9a20 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| @@ -88,6 +88,10 @@ bool WebRuntimeFeatures::IsCompositedSelectionUpdateEnabled() {
|
| return RuntimeEnabledFeatures::CompositedSelectionUpdateEnabled();
|
| }
|
|
|
| +void WebRuntimeFeatures::EnableCompositorTouchAction(bool enable) {
|
| + RuntimeEnabledFeatures::SetCompositorTouchActionEnabled(enable);
|
| +}
|
| +
|
| void WebRuntimeFeatures::EnableDatabase(bool enable) {
|
| RuntimeEnabledFeatures::SetDatabaseEnabled(enable);
|
| }
|
|
|