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

Unified Diff: tools/perf/measurements/smoothness.py

Issue 2372753003: Remove obsolete references to threaded-compositing and impl-side-painting flags. (Closed)
Patch Set: Remove --enable-threaded-compositing flag as well. 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 | « tools/perf/measurements/rasterize_and_record_micro.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/smoothness.py
diff --git a/tools/perf/measurements/smoothness.py b/tools/perf/measurements/smoothness.py
index 7999f2934c5f771d34515ccc925bb79ccd9cf9d2..38c74392d2bfeb2a3606b7102f3adfc3cf149d96 100644
--- a/tools/perf/measurements/smoothness.py
+++ b/tools/perf/measurements/smoothness.py
@@ -70,8 +70,6 @@ class Repaint(Smoothness):
def CustomizeBrowserOptions(self, options):
options.AppendExtraBrowserArgs([
- '--enable-impl-side-painting',
- '--enable-threaded-compositing',
'--enable-gpu-benchmarking'
])
« no previous file with comments | « tools/perf/measurements/rasterize_and_record_micro.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698