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

Unified Diff: tools/perf/benchmarks/silk_flags.py

Issue 643273002: telemetry: Remove 7 obsolete rendering benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
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')

Powered by Google App Engine
This is Rietveld 408576698