| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 8485d298ad6542848c034de25cf9fc378ca98267..c25aeaac65c2f7c2dfb15f9e239d800f0c83e767 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -313,6 +313,9 @@ const char kDisableXSLT[] = "disable-xslt";
|
| // Disables Blink's XSSAuditor. The XSSAuditor mitigates reflective XSS.
|
| const char kDisableXSSAuditor[] = "disable-xss-auditor";
|
|
|
| +// Disables zero-copy texture updates when using map-image based rasterizers.
|
| +const char kDisableZeroCopy[] = "disable-zero-copy";
|
| +
|
| // Specifies if the |DOMAutomationController| needs to be bound in the
|
| // renderer. This binding happens on per-frame basis and hence can potentially
|
| // be a performance bottleneck. One should only enable it when automating dom
|
|
|