| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 48ab143cab065e76df3f4342a9bdd132a66dfd07..1e8b3cabf215d7aceb404d5176c185856e3059cf 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -278,6 +278,9 @@ const char kDisableZeroCopy[] = "disable-zero-copy";
|
| // based tests.
|
| const char kDomAutomationController[] = "dom-automation";
|
|
|
| +// Enable antialiasing on 2d canvas clips (as opposed to draw operations)
|
| +const char kEnable2dCanvasClipAntialiasing[] = "enable-2d-canvas-clip-aa";
|
| +
|
| // Enable partially decoding jpeg images using the GPU.
|
| // At least YUV decoding will be accelerated when using this flag.
|
| // Has no effect unless GPU rasterization is enabled.
|
|
|