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

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

Issue 1878943011: CL for perf tryjob on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 6b520462e85d442865fdf01c309b71e57093d140..554c155e2e529d5e6bcd2ce8e64b6d7f0381e252 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
@@ -1635,7 +1635,7 @@ void LayoutObject::dirtyLinesFromChangedChild(LayoutObject*)
{
}
-#ifndef NDEBUG
+//#ifndef NDEBUG
void LayoutObject::showTreeForThis() const
{
@@ -1648,11 +1648,13 @@ void LayoutObject::showLayoutTreeForThis() const
showLayoutTree(this, 0);
}
+#ifndef NDEBUG
void LayoutObject::showLineTreeForThis() const
{
if (containingBlock())
containingBlock()->showLineTreeAndMark(0, 0, 0, 0, this);
}
+#endif
void LayoutObject::showLayoutObject() const
{
@@ -1696,7 +1698,7 @@ void LayoutObject::showLayoutTreeAndMark(const LayoutObject* markedObject1, cons
child->showLayoutTreeAndMark(markedObject1, markedLabel1, markedObject2, markedLabel2, depth + 1);
}
-#endif // NDEBUG
+// #endif // NDEBUG
bool LayoutObject::isSelectable() const
{
@@ -3652,7 +3654,7 @@ void LayoutObject::clearObjectPaintProperties()
} // namespace blink
-#ifndef NDEBUG
+//#ifndef NDEBUG
void showTree(const blink::LayoutObject* object)
{
@@ -3687,4 +3689,4 @@ void showLayoutTree(const blink::LayoutObject* object1, const blink::LayoutObjec
}
}
-#endif
+//#endif
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.h ('k') | third_party/WebKit/Source/core/paint/FramePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698