| 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 c0398c409647619d6be22ed226b52404e7f38365..46aa7163b57442618a04f53abe7ea59ccf0dae92 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -72,6 +72,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void enableAudioOutputDevices(bool);
|
| BLINK_EXPORT static void enableCanvas2dImageChromium(bool);
|
| BLINK_EXPORT static void enableColorCorrectRendering(bool);
|
| + BLINK_EXPORT static void enableColorCorrectRenderingDefaultMode(bool);
|
| BLINK_EXPORT static void enableCredentialManagerAPI(bool);
|
| BLINK_EXPORT static void enableDatabase(bool);
|
| BLINK_EXPORT static void enableDecodeToYUV(bool);
|
|
|