| 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 0580541fc8b74562ddddfafed07175c346b2a066..e4810d5954fd7212186b798ce7444956c6bce9ae 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| @@ -240,6 +240,10 @@ void WebRuntimeFeatures::EnableScriptedSpeech(bool enable) {
|
| RuntimeEnabledFeatures::SetScriptedSpeechEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::EnableSkipCompositingSmallScrollers(bool enable) {
|
| + RuntimeEnabledFeatures::SetSkipCompositingSmallScrollersEnabled(enable);
|
| +}
|
| +
|
| void WebRuntimeFeatures::EnableSlimmingPaintV2(bool enable) {
|
| RuntimeEnabledFeatures::SetSlimmingPaintV2Enabled(enable);
|
| }
|
|
|