| 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 48783be9f5c968cd174068a4017e42e56e48b182..5b3f881bc1bf663aae31017ea21b723d27b64248 100644
|
| --- a/third_party/WebKit/public/platform/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
|
| @@ -93,6 +93,7 @@ class WebRuntimeFeatures {
|
| BLINK_PLATFORM_EXPORT static void EnableMojoBlobs(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);
|
|
|