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

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

Issue 13973026: remove memoryinstrumentation Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove the rest part of MemoryInstrumentation Created 7 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/rendering/InlineTextBox.h ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/InlineTextBox.cpp
diff --git a/Source/core/rendering/InlineTextBox.cpp b/Source/core/rendering/InlineTextBox.cpp
index 726e8ead54eb3bf44f765dbf5edb624ed284b21c..0b2e98e3550c1f42378ba7514daa3f3780a7846f 100644
--- a/Source/core/rendering/InlineTextBox.cpp
+++ b/Source/core/rendering/InlineTextBox.cpp
@@ -46,7 +46,6 @@
#include "Settings.h"
#include "SVGTextRunRenderingContext.h"
#include "Text.h"
-#include "WebCoreMemoryInstrumentation.h"
#include "break_lines.h"
#include <wtf/text/CString.h>
@@ -1627,12 +1626,4 @@ void InlineTextBox::showBox(int printedCharacters) const
#endif
-void InlineTextBox::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::Rendering);
- InlineBox::reportMemoryUsage(memoryObjectInfo);
- info.addMember(m_prevTextBox, "prevTextBox");
- info.addMember(m_nextTextBox, "nextTextBox");
-}
-
} // namespace WebCore
« no previous file with comments | « Source/core/rendering/InlineTextBox.h ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698