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

Unified Diff: cc/layers/layer_impl.cc

Issue 23530026: CSS Blending: Mix-blend-mode shouldn't force the creation of a composited layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Completely remove blending compositing flag Created 7 years, 3 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 | « cc/layers/compositing_reasons.h ('k') | webkit/renderer/compositor_bindings/web_compositing_reasons.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.cc
diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
index 615fcf2c5c0ef0528a6cc6f448dc4fa066dbb021..61a7bcfa1b9e35926047a512977a1112f86186cb 100644
--- a/cc/layers/layer_impl.cc
+++ b/cc/layers/layer_impl.cc
@@ -1186,9 +1186,6 @@ CompositingReasonsAsValue(CompositingReasons reasons) {
if (reasons & kCompositingReasonOverflowScrollingTouch)
reason_list->AppendString("Is a scrollable overflow element");
- if (reasons & kCompositingReasonBlending)
- reason_list->AppendString("Has a blend mode");
-
if (reasons & kCompositingReasonAssumedOverlap)
reason_list->AppendString("Might overlap a composited animation");
« no previous file with comments | « cc/layers/compositing_reasons.h ('k') | webkit/renderer/compositor_bindings/web_compositing_reasons.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698