| 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 38b1c90756380e7166cddaf3d00be90eb9e24a2e..23cf3be6d56978749c093db13dafafe447cfadc5 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -104,6 +104,7 @@ public:
|
| BLINK_EXPORT static void enablePresentationAPI(bool);
|
| BLINK_EXPORT static void enablePushMessaging(bool);
|
| BLINK_EXPORT static void enableReducedReferrerGranularity(bool);
|
| + BLINK_EXPORT static void enableReloadwithoutSubResourceCacheRevalidation(bool);
|
| BLINK_EXPORT static void enableRenderingPipelineThrottling(bool);
|
| BLINK_EXPORT static void enableRootLayerScrolling(bool);
|
| BLINK_EXPORT static void enableScriptedSpeech(bool);
|
|
|