| 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 e0fcebff45109713271c434a90d8781969e96108..1daa8c1b001c9380ed5528c93375bc9c3605c8db 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -141,7 +141,6 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void EnableTimerThrottlingForBackgroundTabs(bool);
|
| BLINK_EXPORT static void EnableTimerThrottlingForHiddenFrames(bool);
|
| BLINK_EXPORT static void EnableExpensiveBackgroundTimerThrottling(bool);
|
| - BLINK_EXPORT static void EnableCanvas2dDynamicRenderingModeSwitching(bool);
|
| BLINK_EXPORT static void EnableSendBeaconThrowForBlobWithNonSimpleType(bool);
|
| BLINK_EXPORT static void EnableBackgroundVideoTrackOptimization(bool);
|
| BLINK_EXPORT static void EnableNewRemotePlaybackPipeline(bool);
|
|
|