| 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 8c544151f211d3b9db47ea1ba6aaf179ebdde08f..9f7142969de10743840db40bb431ddeb34aaf5b7 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -137,6 +137,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void enableExpensiveBackgroundTimerThrottling(bool);
|
| BLINK_EXPORT static void enableCanvas2dDynamicRenderingModeSwitching(bool);
|
| BLINK_EXPORT static void enableSendBeaconThrowForBlobWithNonSimpleType(bool);
|
| + BLINK_EXPORT static void enableBackgroundVideoTrackOptimization(bool);
|
|
|
| private:
|
| WebRuntimeFeatures();
|
|
|