| 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 f2207b30efef4fb93f4925d67e120584bbee93de..3050682ba02e94947381c6d79997334732656eb7 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);
|
|
|