| 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 51b94fa59bfe41886fffffa06fed7e7306f0ccd7..dcd326571ae07ba4c473aabb3b7a97775cc7c79f 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -69,6 +69,7 @@ public:
|
|
|
| BLINK_EXPORT static void enableAccelerated2dCanvas(bool);
|
| BLINK_EXPORT static void enableAudioOutputDevices(bool);
|
| + BLINK_EXPORT static void enableBlockDocWriteIfEffectively2G(bool);
|
| BLINK_EXPORT static void enableCanvas2dImageChromium(bool);
|
| BLINK_EXPORT static void enableColorCorrectRendering(bool);
|
| BLINK_EXPORT static void enableCredentialManagerAPI(bool);
|
|
|