| 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 97aec83dc0c59ed10bcc9db8ac71271046d7381b..fecc83f69a4a671c7e7f64dde8e287335dda3b0a 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -67,6 +67,7 @@ public:
|
| BLINK_EXPORT static void enableOriginTrials(bool);
|
| BLINK_EXPORT static bool isOriginTrialsEnabled();
|
|
|
| + BLINK_EXPORT static void enableAccelerated2dCanvas(bool);
|
| BLINK_EXPORT static void enableAudioOutputDevices(bool);
|
| BLINK_EXPORT static void enableCanvas2dImageChromium(bool);
|
| BLINK_EXPORT static void enableCredentialManagerAPI(bool);
|
|
|