summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-12 19:38:48 +0000
committerajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-12 19:38:48 +0000
commitf5ae6104249c0ffabe61722fc1c9df38810e3cce (patch)
tree2b2b9a9df10679b87bd499e90be2ceac9cbd2a75
parent561cd2cbc538e1f1126ee0e1a9ed5560651a49cb (diff)
downloadchromium_src-f5ae6104249c0ffabe61722fc1c9df38810e3cce.zip
chromium_src-f5ae6104249c0ffabe61722fc1c9df38810e3cce.tar.gz
chromium_src-f5ae6104249c0ffabe61722fc1c9df38810e3cce.tar.bz2
Re-enable vsync in content_shell
This CL makes content_shell no longer disable vsync when running layout tests (that is, when running with --dump-render-tree). This dramatically reduces the flakiness of the threaded animation and transition virtual tests suites (virtual/threaded/animations and virtual/thread/transitions), and makes us test what we actually ship (we don't ship with vsync disabled). BUG=248938 Review URL: https://chromiumcodereview.appspot.com/23526034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222836 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--content/shell/app/shell_main_delegate.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc
index 8e60a32..c089007 100644
--- a/content/shell/app/shell_main_delegate.cc
+++ b/content/shell/app/shell_main_delegate.cc
@@ -124,7 +124,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
switches::kUseGL, gfx::kGLImplementationOSMesaName);
#endif
command_line.AppendSwitch(switches::kSkipGpuDataLoading);
- command_line.AppendSwitch(switches::kDisableGpuVsync);
command_line.AppendSwitchASCII(switches::kTouchEvents,
switches::kTouchEventsEnabled);
command_line.AppendSwitch(switches::kEnableGestureTapHighlight);