summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/shell_switches.cc')
-rw-r--r--content/shell/shell_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/shell/shell_switches.cc b/content/shell/shell_switches.cc
index a0b891f..e607cdc 100644
--- a/content/shell/shell_switches.cc
+++ b/content/shell/shell_switches.cc
@@ -28,6 +28,9 @@ const char kDumpRenderTree[] = "dump-render-tree";
// Enable accelerated 2D canvas.
const char kEnableAccelerated2DCanvas[] = "enable-accelerated-2d-canvas";
+// Alias for kEnableSoftwareCompositingGLAdapter.
+const char kEnableSoftwareCompositing[] = "enable-software-compositing";
+
// Disables the timeout for layout tests.
const char kNoTimeout[] = "no-timeout";