Index: ui/gl/gl_switches.cc |
diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc |
index 7eaa3d8c464464888071babb3245a5ad38c59734..ca627ef1611aaf24c0c71062ca2db695787ece76 100644 |
--- a/ui/gl/gl_switches.cc |
+++ b/ui/gl/gl_switches.cc |
@@ -56,6 +56,9 @@ const char kTestGLLib[] = "test-gl-lib"; |
// Use hardware gpu, if available, for tests. |
const char kUseGpuInTests[] = "use-gpu-in-tests"; |
+// On Windows only: use the WARP software rasterizer in the GPU process. |
+const char kUseWarp[] = "use-warp"; |
+ |
// Disables GL drawing operations which produce pixel output. With this |
// the GL output will not be correct but tests will run faster. |
const char kDisableGLDrawingForTests[] = "disable-gl-drawing-for-tests"; |