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

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

Issue 79433004: Display anonymous regions in DRT (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 7 years, 1 month 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
Index: Source/core/rendering/RenderBlock.cpp
diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp
index a6497c5300be24a87f28d42ba946575f7c4d9c59..2e3493396ffba29f57cbbc703f965acbe0cdfe13 100644
--- a/Source/core/rendering/RenderBlock.cpp
+++ b/Source/core/rendering/RenderBlock.cpp
@@ -5696,8 +5696,6 @@ const char* RenderBlock::renderName() const
if (isBody())
return "RenderBody"; // FIXME: Temporary hack until we know that the regression tests pass.
- if (isRenderNamedFlowFragmentContainer())
- return "RenderRegion";
if (isFloating())
return "RenderBlock (floating)";
if (isOutOfFlowPositioned())
« no previous file with comments | « LayoutTests/platform/win/fast/repaint/region-painting-invalidation-expected.txt ('k') | Source/core/rendering/RenderRegion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698