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

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

Issue 788393003: Remove "transition-compositing" flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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') | content/renderer/render_view_impl.cc » ('j') | 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 8e57a29a1420079fef74060612fea3023f6154c0..5c6e063845f914c7cd10493ef6fee31324d75221 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -104,10 +104,6 @@ const char kDisableBlinkScheduler[] = "disable-blink-scheduler";
const char kDisablePreferCompositingToLCDText[] =
"disable-prefer-compositing-to-lcd-text";
-// See comment for kEnableCompositingForTransition.
-const char kDisableCompositingForTransition[] =
- "disable-transition-compositing";
-
// Disables HTML5 DB support.
const char kDisableDatabases[] = "disable-databases";
@@ -324,16 +320,6 @@ const char kEnablePreferCompositingToLCDText[] =
// PlzNavigate: Use the experimental browser-side navigation path.
const char kEnableBrowserSideNavigation[] = "enable-browser-side-navigation";
-// Enable/Disable the creation of compositing layers for RenderLayers with a
-// transition on a property that supports accelerated animation (that is,
-// opacity, -webkit-transform, and -webkit-filter), even when no animation is
-// running. These options allow for three possible scenarios:
-// 1. Default (enabled only if we dectect a highDPI display)
-// 2. Enabled always.
-// 3. Disabled always.
-const char kEnableCompositingForTransition[] =
- "enable-transition-compositing";
-
// Defer image decoding in WebKit until painting.
const char kEnableDeferredImageDecoding[] = "enable-deferred-image-decoding";
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698