| Index: tools/perf/benchmarks/silk_flags.py
|
| diff --git a/tools/perf/benchmarks/silk_flags.py b/tools/perf/benchmarks/silk_flags.py
|
| index 22924f494652b43f9291a2b79e27c3c437ebf8dd..ef5a8f5bea41005135b2b802fcb3caad6f0698fb 100644
|
| --- a/tools/perf/benchmarks/silk_flags.py
|
| +++ b/tools/perf/benchmarks/silk_flags.py
|
| @@ -2,10 +2,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -def CustomizeBrowserOptionsForFastPath(options):
|
| - """Enables flags needed for bleeding edge rendering fast paths."""
|
| - options.AppendExtraBrowserArgs('--enable-bleeding-edge-rendering-fast-paths')
|
| -
|
| def CustomizeBrowserOptionsForSoftwareRasterization(options):
|
| """Enables flags needed for forced software rasterization."""
|
| options.AppendExtraBrowserArgs('--disable-gpu-rasterization')
|
|
|