| 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'
|
| ])
|
|
|
|
|