Index: chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc |
diff --git a/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc b/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc |
index afb3c6edd8a6e2ff9a4f9da518bd7311112ab848..de641da25aba536632a26c23e6cf74d699851410 100644 |
--- a/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc |
+++ b/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc |
@@ -27,8 +27,7 @@ |
void ScreenshotTestingMixin::SetUpCommandLine(base::CommandLine* command_line) { |
if (enable_test_screenshots_) { |
command_line->AppendSwitch(switches::kEnablePixelOutputInTests); |
- } else { |
- command_line->AppendSwitch(switches::kUIDisableImplSidePainting); |
+ command_line->AppendSwitch(switches::kUIEnableImplSidePainting); |
} |
} |