| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 1dac476d35e878ef2f8f2aa41cf17f43688ec4cd..16ebd1563ab237a7acc3371b82ce9141de110d99 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -68,6 +68,9 @@ const char kDefaultTileHeight[] = "default-tile-height";
|
| // Disable antialiasing on 2d canvas.
|
| const char kDisable2dCanvasAntialiasing[] = "disable-canvas-aa";
|
|
|
| +// Disables Canvas2D rendering into a scanout buffer for overlay support.
|
| +const char kDisable2dCanvasImageChromium[] = "disable-2d-canvas-image-chromium";
|
| +
|
| // Disables client-visible 3D APIs, in particular WebGL and Pepper 3D.
|
| // This is controlled by policy and is kept separate from the other
|
| // enable/disable switches to avoid accidentally regressing the policy
|
|
|