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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.cpp

Issue 2293703002: Refactor Node::showTree*() functions. (Closed)
Patch Set: Created 4 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
Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
index 5039f4bcc8dd294fffed8b9fe8257cdef27623d3..160f3091fffceb51014958a0b069c22a052c0882 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
@@ -1282,7 +1282,7 @@ void LayoutObject::dirtyLinesFromChangedChild(LayoutObject*, MarkingBehavior)
void LayoutObject::showTreeForThis() const
{
if (node())
- node()->showTreeForThis();
+ ::showTree(node());
}
void LayoutObject::showLayoutTreeForThis() const

Powered by Google App Engine
This is Rietveld 408576698