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

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

Issue 10825027: Turn on the fixed position stacking context flag by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 6dc97dde54ec5e7c8f5eaaec9c0900bf2a43239b..ae311bb4b815b2466da6955a8cc79658e35faec2 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -675,6 +675,9 @@ const char kDefaultTileHeight[] = "default-tile-height";
const char kMaxUntiledLayerWidth[] = "max-untiled-layer-width";
const char kMaxUntiledLayerHeight[] = "max-untiled-layer-height";
-const char kFixedPositionCreatesStackingContext[]
- = "fixed-position-creates-stacking-context";
+const char kEnableFixedPositionCreatesStackingContext[]
+ = "enable-fixed-position-creates-stacking-context";
+const char kDisableFixedPositionCreatesStackingContext[]
+ = "disable-fixed-position-creates-stacking-context";
+
} // namespace switches
« 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