| 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 9e685b5b8ae607e912ac664456e83a428a52ec87..75429196b98b62a1b1d308ff2ce32519343f8cd2 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -140,7 +140,6 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void enableAutoplayMutedVideos(bool);
|
| BLINK_EXPORT static void enableTimerThrottlingForBackgroundTabs(bool);
|
| BLINK_EXPORT static void enableTimerThrottlingForHiddenFrames(bool);
|
| - BLINK_EXPORT static void enableTrueColorRendering(bool);
|
| BLINK_EXPORT static void enableExpensiveBackgroundTimerThrottling(bool);
|
| BLINK_EXPORT static void enableCanvas2dDynamicRenderingModeSwitching(bool);
|
| BLINK_EXPORT static void enableSendBeaconThrowForBlobWithNonSimpleType(bool);
|
|
|