| 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 ac9322fe416810a40b4748d5f37b7e850987814e..ec2632e1658339353b37ce4d061567269fa3968b 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -94,6 +94,7 @@ public:
|
| BLINK_EXPORT static void enablePresentationAPI(bool);
|
| BLINK_EXPORT static void enablePushMessaging(bool);
|
| BLINK_EXPORT static void enableReducedReferrerGranularity(bool);
|
| + BLINK_EXPORT static void enableRenderingPipelineThrottling(bool);
|
| BLINK_EXPORT static void enableScriptedSpeech(bool);
|
| BLINK_EXPORT static void enableScrollAnchoring(bool);
|
| BLINK_EXPORT static void enableSharedWorker(bool);
|
|
|