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

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

Issue 1381163002: Add a flag to disable partial raster in renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove "--enable-persistent-gpu-memory-buffer" 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 9222573b9a9b961215439fd90ae160612d908ec9..e730ca5b6280ecdae344dc421facb365c1eaa5fd 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -83,7 +83,7 @@ void DeriveCommandLine(const GURL& start_url,
::switches::kDisableGpuRasterization,
::switches::kDisableLowResTiling,
::switches::kDisableMediaSource,
- ::switches::kDisablePersistentGpuMemoryBuffer,
+ ::switches::kDisablePartialRaster,
ericrk 2015/10/08 00:12:20 Is there a reason we had a disable flag as well as
jbroman 2015/10/08 14:08:22 It wasn't necessary to forward it, no.
danakj 2015/10/08 15:18:43 We dont use it in compositor_util either. Delete?
jbroman 2015/10/08 15:19:59 Well, the disabling flag exists because at one poi
danakj 2015/10/08 15:21:27 Ah, that's what happened. Usually you'd only have
ericrk 2015/10/13 23:03:45 I'll remove this then.
::switches::kDisablePreferCompositingToLCDText,
::switches::kEnablePrefixedEncryptedMedia,
::switches::kDisablePanelFitting,
@@ -108,7 +108,7 @@ void DeriveCommandLine(const GURL& start_url,
::switches::kEnableImageColorProfiles,
::switches::kEnableLogging,
::switches::kEnableLowResTiling,
- ::switches::kEnablePersistentGpuMemoryBuffer,
+ ::switches::kEnablePartialRaster,
::switches::kEnablePinch,
::switches::kEnablePreferCompositingToLCDText,
::switches::kEnableRGBA4444Textures,

Powered by Google App Engine
This is Rietveld 408576698