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

Unified Diff: chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc

Issue 1160093005: Turn on ui impl-side painting by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | ui/compositor/compositor_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 de641da25aba536632a26c23e6cf74d699851410..afb3c6edd8a6e2ff9a4f9da518bd7311112ab848 100644
--- a/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc
+++ b/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc
@@ -27,7 +27,8 @@ void ScreenshotTestingMixin::SetUpInProcessBrowserTestFixture() {
void ScreenshotTestingMixin::SetUpCommandLine(base::CommandLine* command_line) {
if (enable_test_screenshots_) {
command_line->AppendSwitch(switches::kEnablePixelOutputInTests);
- command_line->AppendSwitch(switches::kUIEnableImplSidePainting);
+ } else {
+ command_line->AppendSwitch(switches::kUIDisableImplSidePainting);
}
}
« no previous file with comments | « no previous file | ui/compositor/compositor_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698