| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 0c92dae897af2023c4ab2311e19bb31c4b448eb6..e57faec17819b503654e40579852418322be024f 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -153,6 +153,8 @@ public:
|
|
|
| BLINK_EXPORT static void enablePushMessagingHasPermission(bool);
|
|
|
| + BLINK_EXPORT static void enableStaleWhileRevalidate(bool);
|
| +
|
| BLINK_EXPORT static void enableUnsafeES3APIs(bool);
|
|
|
| BLINK_EXPORT static void enableVRDevice(bool);
|
|
|