| 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 e772ef90da156cd8cd114c452dc127ebe14aae23..2ba4161b4282c9655990761e19998b1c2505b3f9 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -83,6 +83,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void enableGamepadExtensions(bool);
|
| BLINK_EXPORT static void enableGenericSensor(bool);
|
| BLINK_EXPORT static void enableInputMultipleFieldsUI(bool);
|
| + BLINK_EXPORT static void enableLazyParseCSS(bool);
|
| BLINK_EXPORT static void enableMediaCapture(bool);
|
| BLINK_EXPORT static void enableMediaDocumentDownloadButton(bool);
|
| BLINK_EXPORT static void enableMiddleClickAutoscroll(bool);
|
|
|