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

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

Issue 1169193003: [SP] Enable Slimming Paint by default in Chromium and Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge changes. Created 5 years, 6 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/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/record_per_area.py
diff --git a/tools/perf/measurements/record_per_area.py b/tools/perf/measurements/record_per_area.py
index 367e548c8565ecefc8d46f8c9e2d76482f4c57d1..3cf568097a4c65191db94bbfdef59a49a37533ea 100644
--- a/tools/perf/measurements/record_per_area.py
+++ b/tools/perf/measurements/record_per_area.py
@@ -21,7 +21,10 @@ class RecordPerArea(page_test.PageTest):
options.AppendExtraBrowserArgs([
'--enable-impl-side-painting',
'--enable-threaded-compositing',
- '--enable-gpu-benchmarking'
+ '--enable-gpu-benchmarking',
+ # TODO(wkorman): Remove slimming paint disablement once we've sorted
+ # alternate testing. http://crbug.com/498936
+ '--disable-slimming-paint'
aiolos (Not reviewing) 2015/06/11 19:49:11 Two questions: 1) What are you trying to do with
])
def ValidateAndMeasurePage(self, page, tab, results):
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698