| 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 93a35277aa5dbe63c8ba95beccd40fc5df61030c..0eb3e5b336086bc922016546608f62ecc2aa6743 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -133,6 +133,7 @@ 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);
|
|
|