| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index 6eb50790ad0c0ea0a3035e70c515ceeb73fe8ad9..d93a026ef2792fe7219a2f97d5564b819d830df5 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -82,6 +82,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void EnableFastMobileScrolling(bool);
|
| BLINK_EXPORT static void EnableFeaturePolicy(bool);
|
| BLINK_EXPORT static void EnableFileSystem(bool);
|
| + BLINK_EXPORT static void EnableForceTallerSelectPopup(bool);
|
| BLINK_EXPORT static void EnableGamepadExtensions(bool);
|
| BLINK_EXPORT static void EnableGenericSensor(bool);
|
| BLINK_EXPORT static void EnableHeapCompaction(bool);
|
|
|