| Index: third_party/WebKit/public/platform/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/platform/WebRuntimeFeatures.h b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
|
| index f8206ac39b7d707c8285be5f8a97891c305d3266..33181bed3d070f46abb8b6e7b14492cce1d830f2 100644
|
| --- a/third_party/WebKit/public/platform/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
|
| @@ -92,6 +92,7 @@ class WebRuntimeFeatures {
|
| BLINK_PLATFORM_EXPORT static void EnableMiddleClickAutoscroll(bool);
|
| BLINK_PLATFORM_EXPORT static void EnableNavigatorContentUtils(bool);
|
| BLINK_PLATFORM_EXPORT static void EnableNetworkInformation(bool);
|
| + BLINK_PLATFORM_EXPORT static void EnableNotCompositeSmallScroller(bool);
|
| BLINK_PLATFORM_EXPORT static void EnableNotificationConstructor(bool);
|
| BLINK_PLATFORM_EXPORT static void EnableNotificationContentImage(bool);
|
| BLINK_PLATFORM_EXPORT static void EnableNotifications(bool);
|
|
|