| 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 75fc5456b75c6b1c84bff233896bfdcf05275d01..2abe67c56463c6d7a947da2142b848707aa6a457 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -103,6 +103,7 @@ public:
|
| BLINK_EXPORT static void enableScrollAnchoring(bool);
|
| BLINK_EXPORT static void enableSharedWorker(bool);
|
| BLINK_EXPORT static void enableSlimmingPaintV2(bool);
|
| + BLINK_EXPORT static void enableSpeculativeLaunchServiceWorker(bool);
|
| BLINK_EXPORT static void enableTouch(bool);
|
| BLINK_EXPORT static void enableUnsafeES3APIs(bool);
|
| BLINK_EXPORT static void enableV8IdleTasks(bool);
|
|
|