summaryrefslogtreecommitdiffstats
path: root/content/test/gpu
diff options
context:
space:
mode:
authorchrishtr@chromium.org <chrishtr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-03 13:13:17 +0000
committerchrishtr@chromium.org <chrishtr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-03 13:13:17 +0000
commitcdb0abe9c0068dc64bf8dee682bee9cdf80903e9 (patch)
treeaff821a78a3557749e8d01b6e611ad5e7e00899e /content/test/gpu
parentb5cbe7fbf6806b1ed8c4183a2c382b01b96fa13e (diff)
downloadchromium_src-cdb0abe9c0068dc64bf8dee682bee9cdf80903e9.zip
chromium_src-cdb0abe9c0068dc64bf8dee682bee9cdf80903e9.tar.gz
chromium_src-cdb0abe9c0068dc64bf8dee682bee9cdf80903e9.tar.bz2
Remove --force-compositing-mode from various places. The flag no longer does anything.
BUG= Review URL: https://codereview.chromium.org/363503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281264 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/gpu')
-rw-r--r--content/test/gpu/gpu_tests/gpu_rasterization.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/test/gpu/gpu_tests/gpu_rasterization.py b/content/test/gpu/gpu_tests/gpu_rasterization.py
index a4b427e..ab82449 100644
--- a/content/test/gpu/gpu_tests/gpu_rasterization.py
+++ b/content/test/gpu/gpu_tests/gpu_rasterization.py
@@ -29,8 +29,7 @@ def _DidTestSucceed(tab):
class _GpuRasterizationValidator(cloud_storage_test_base.ValidatorBase):
def CustomizeBrowserOptions(self, options):
- options.AppendExtraBrowserArgs(['--force-compositing-mode',
- '--enable-threaded-compositing',
+ options.AppendExtraBrowserArgs(['--enable-threaded-compositing',
'--enable-impl-side-painting',
'--force-gpu-rasterization',
'--enable-gpu-benchmarking'])