| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 0fdcfe2f59f8b294b287767fec4c6ebcd49f1db1..2adf5b391e2f359ce3b08304b3cefcf4439c8af3 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -247,6 +247,9 @@ const char kDisableSmoothScrolling[] = "disable-smooth-scrolling";
|
| // Disables the use of a 3D software rasterizer.
|
| const char kDisableSoftwareRasterizer[] = "disable-software-rasterizer";
|
|
|
| +// Disables SVG 1.1 DOM.
|
| +const char kDisableSVG1DOM[] = "disable-svg1dom";
|
| +
|
| // Disable multithreaded GPU compositing of web content.
|
| const char kDisableThreadedCompositing[] = "disable-threaded-compositing";
|
|
|
|
|