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

Unified Diff: chrome/browser/chromeos/login/chrome_restart_request.cc

Issue 1412663005: Introduce painted-device-scale-factor and use it when --enable-use-zoom-for-dsf is specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: chrome/browser/chromeos/login/chrome_restart_request.cc
diff --git a/chrome/browser/chromeos/login/chrome_restart_request.cc b/chrome/browser/chromeos/login/chrome_restart_request.cc
index cb518a7bd1b93d8177b8af4087e46afca87c6d5a..3528e0f6f6d1ad86553aa5b7497ea4ba7838a6f3 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -113,6 +113,7 @@ void DeriveCommandLine(const GURL& start_url,
::switches::kEnableRGBA4444Textures,
::switches::kEnableSlimmingPaintV2,
::switches::kEnableTouchDragDrop,
+ ::switches::kEnableUseZoomForDSF,
::switches::kEnableViewport,
::switches::kEnableZeroCopy,
#if defined(USE_OZONE)

Powered by Google App Engine
This is Rietveld 408576698