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

Unified Diff: Source/core/rendering/RenderTreeAsText.cpp

Issue 466943002: Remove isolatesBlending from render tree dumps (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « LayoutTests/css3/compositing/mix-blend-mode-simple-text-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderTreeAsText.cpp
diff --git a/Source/core/rendering/RenderTreeAsText.cpp b/Source/core/rendering/RenderTreeAsText.cpp
index d7841be752879459fcd77dd06ef875d3b915a434..9e3922e9455e1374aebb7c8929afeead883d6aaf 100644
--- a/Source/core/rendering/RenderTreeAsText.cpp
+++ b/Source/core/rendering/RenderTreeAsText.cpp
@@ -550,8 +550,6 @@ static void write(TextStream& ts, RenderLayer& l,
else if (paintPhase == LayerPaintPhaseForeground)
ts << " layerType: foreground only";
- if (l.blendInfo().childLayerHasBlendMode())
- ts << " isolatesBlending";
if (l.blendInfo().hasBlendMode())
ts << " blendMode: " << compositeOperatorName(CompositeSourceOver, l.blendInfo().blendMode());
« no previous file with comments | « LayoutTests/css3/compositing/mix-blend-mode-simple-text-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698