| 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 2c46ea88f6ad0d0f3fd4ba4e2419759864bff907..921fe9bf1915280f1027c66a598d5ad302b750ef 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| @@ -168,6 +168,10 @@ void WebRuntimeFeatures::EnableMediaSession(bool enable) {
|
| RuntimeEnabledFeatures::setMediaSessionEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::EnableNotCompositeSmallScroller(bool enable) {
|
| + RuntimeEnabledFeatures::setNotCompositeSmallScrollerEnabled(enable);
|
| +}
|
| +
|
| void WebRuntimeFeatures::EnableNotificationConstructor(bool enable) {
|
| RuntimeEnabledFeatures::setNotificationConstructorEnabled(enable);
|
| }
|
|
|