Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 1b95179dbd862b1ca5b44aee20c19061316f0173..f0fc5daaf931a797407ff563eccf33fdc3414632 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -248,6 +248,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"; |