| 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 21df57f58da4fff10aeff05471c8f1e02b9991b1..11e48996356e83c79a1b0d7b83a141563904071b 100644
|
| --- a/content/shell/renderer/layout_test/blink_test_runner.cc
|
| +++ b/content/shell/renderer/layout_test/blink_test_runner.cc
|
| @@ -800,7 +800,9 @@ void BlinkTestRunner::CaptureDump() {
|
| }
|
|
|
| if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableSlimmingPaint)) {
|
| + switches::kEnableSlimmingPaint) ||
|
| + !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kDisableSlimmingPaint)) {
|
| // 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(
|
|
|