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

Unified Diff: content/common/content_switches.cc

Issue 6929026: Mac: Remove switches::kDisableHolePunching (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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/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/common/content_switches.cc
diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc
index c8b2ec579441114a4d802e97d7569db52fa02bad..5f1270a2c5917e49bd7564e433c758134fb15588 100644
--- a/content/common/content_switches.cc
+++ b/content/common/content_switches.cc
@@ -70,11 +70,6 @@ const char kDisableGpuSandbox[] = "disable-gpu-sandbox";
// messages.
const char kDisableGpuWatchdog[] = "disable-gpu-watchdog";
-// Temporary flag to disable hole punching for accelerated surfaces. This is
-// here to aid debugging eventual problems, it can be removed once hole punching
-// has been out there for a few dev channel releases without problems.
-const char kDisableHolePunching[] = "disable-hole-punching";
-
// Disable the Indexed Database API.
const char kDisableIndexedDatabase[] = "disable-indexed-database";
« no previous file with comments | « content/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698