summaryrefslogtreecommitdiffstats
path: root/app/app_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'app/app_switches.cc')
-rw-r--r--app/app_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/app_switches.cc b/app/app_switches.cc
index 8527a45..258b148 100644
--- a/app/app_switches.cc
+++ b/app/app_switches.cc
@@ -6,6 +6,9 @@
namespace switches {
+// Stop the GPU from synchronizing on the vsync before presenting.
+const char kDisableGpuVsync[] = "disable-gpu-vsync";
+
// The language file that we want to try to open. Of the form
// language[-country] where language is the 2 letter code from ISO-639.
const char kLang[] = "lang";