summaryrefslogtreecommitdiffstats
path: root/content/test/gpu/test_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/gpu/test_switches.cc')
-rw-r--r--content/test/gpu/test_switches.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/test/gpu/test_switches.cc b/content/test/gpu/test_switches.cc
new file mode 100644
index 0000000..edeb8e68
--- /dev/null
+++ b/content/test/gpu/test_switches.cc
@@ -0,0 +1,8 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/test/gpu/test_switches.h"
+
+// Use hardware gpu, if available, for tests.
+const char switches::kUseGpuInTests[] = "use-gpu-in-tests";