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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.cc

Issue 1226163015: CL for perf tryjob on win (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « content/renderer/gpu/render_widget_compositor.cc ('k') | tools/run-perf-test.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/layout_test/blink_test_runner.cc
diff --git a/content/shell/renderer/layout_test/blink_test_runner.cc b/content/shell/renderer/layout_test/blink_test_runner.cc
index 42e4b6b0ca9e43ebc96cc3477de923c0be9c51be..fd29b246b5f8e91c0aa7dc735a1a745068a2dfe4 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.cc
+++ b/content/shell/renderer/layout_test/blink_test_runner.cc
@@ -800,9 +800,7 @@ void BlinkTestRunner::CaptureDump() {
}
#ifndef NDEBUG
if (base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableSlimmingPaint) ||
- !base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kDisableSlimmingPaint)) {
+ switches::kEnableSlimmingPaint)) {
// Force a layout/paint by the end of the test to ensure test coverage of
// incremental painting in slimming paint mode.
proxy()->LayoutAndPaintAsyncThen(base::Bind(
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | tools/run-perf-test.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698