| 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 448690be5ac2daaa4c0f846d31f0613d2b1026ad..548f9e89ac7c5b885a7e5a5d423af6aea214b615 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| @@ -172,6 +172,10 @@ void WebRuntimeFeatures::EnableMojoBlobs(bool enable) {
|
| RuntimeEnabledFeatures::setMojoBlobsEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::EnableNotCompositeSmallScroller(bool enable) {
|
| + RuntimeEnabledFeatures::setNotCompositeSmallScrollerEnabled(enable);
|
| +}
|
| +
|
| void WebRuntimeFeatures::EnableNotificationConstructor(bool enable) {
|
| RuntimeEnabledFeatures::setNotificationConstructorEnabled(enable);
|
| }
|
|
|