Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(800)

Unified Diff: content/test/gpu/gpu_tests/gpu_rasterization.py

Issue 2372753003: Remove obsolete references to threaded-compositing and impl-side-painting flags. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/benchmarks/silk_flags.py » ('j') | tools/perf/benchmarks/silk_flags.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/gpu_rasterization.py
diff --git a/content/test/gpu/gpu_tests/gpu_rasterization.py b/content/test/gpu/gpu_tests/gpu_rasterization.py
index f313d8b56a47766c1fa040a5c7944177ef87099d..a2a10debd93ef3914d7ff2cc533eb8b8c245fd9b 100644
--- a/content/test/gpu/gpu_tests/gpu_rasterization.py
+++ b/content/test/gpu/gpu_tests/gpu_rasterization.py
@@ -35,7 +35,6 @@ class GpuRasterizationValidator(cloud_storage_test_base.ValidatorBase):
# --test-type=gpu is used only to suppress the "Google API Keys are missing"
# infobar, which causes flakiness in tests.
options.AppendExtraBrowserArgs(['--enable-threaded-compositing',
danakj 2016/09/26 21:39:29 I think this should go away too
wkorman 2016/09/26 21:44:29 Are you sure? It looks like this still ties to som
danakj 2016/09/26 21:46:06 In layout tests we disable threaded compositing un
Ken Russell (switch to Gerrit) 2016/09/26 21:48:57 +1 for removing it then. Thanks danakj@ for pointi
wkorman 2016/09/26 22:18:54 Done.
- '--enable-impl-side-painting',
'--force-gpu-rasterization',
'--enable-gpu-benchmarking',
'--test-type=gpu'])
« no previous file with comments | « no previous file | tools/perf/benchmarks/silk_flags.py » ('j') | tools/perf/benchmarks/silk_flags.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698