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

Unified Diff: Source/core/layout/LayoutInline.cpp

Issue 1106693002: Move the anonymous decoration to decoratedName. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/layout/LayoutInline.h ('k') | Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutInline.cpp
diff --git a/Source/core/layout/LayoutInline.cpp b/Source/core/layout/LayoutInline.cpp
index cc4c229ae932b67e74c3cb66f61e8b8d77858c74..e34e97a60e4364e90c4fd9e4e3d3e837517656f1 100644
--- a/Source/core/layout/LayoutInline.cpp
+++ b/Source/core/layout/LayoutInline.cpp
@@ -776,13 +776,6 @@ LayoutUnit LayoutInline::marginAfter(const ComputedStyle* otherStyle) const
return computeMargin(this, style()->marginAfterUsing(otherStyle ? otherStyle : style()));
}
-const char* LayoutInline::name() const
-{
- if (isAnonymous())
- return "LayoutInline (anonymous)";
- return "LayoutInline";
-}
-
bool LayoutInline::nodeAtPoint(HitTestResult& result,
const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction)
{
« no previous file with comments | « Source/core/layout/LayoutInline.h ('k') | Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698