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

Unified Diff: content/public/common/content_switches.cc

Issue 1173893003: Re-land: content: Enable one-copy tile updates on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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 | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 2fde50145d3f630f694dd6ff980a241008ce612a..9750f3115b458205ec351af1b9d4d9ee11c835c1 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -199,7 +199,6 @@ const char kDisableNativeGpuMemoryBuffers[] =
const char kDisableNotifications[] = "disable-notifications";
// Disable rasterizer that writes directly to GPU memory.
-// Overrides the kEnableOneCopy flag.
const char kDisableOneCopy[] = "disable-one-copy";
// Disable Pepper3D.
@@ -383,9 +382,6 @@ const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking";
// Enables the network information API.
const char kEnableNetworkInformation[] = "enable-network-information";
-// Enable rasterizer that writes directly to GPU memory.
-const char kEnableOneCopy[] = "enable-one-copy";
-
// Enables use of hardware overlay for fullscreen video playback. Android only.
// TODO(watk): Remove this once blink is updated to pass
// kForceOverlayFullscreenVideo for layout tests. http://crbug.com/511376
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698