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

Unified Diff: Source/core/css/FontFeatureValue.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/css/FontFeatureValue.h ('k') | Source/core/css/FontValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFeatureValue.cpp
diff --git a/Source/core/css/FontFeatureValue.cpp b/Source/core/css/FontFeatureValue.cpp
index 954f24073ddca3656be8ec1c5764b36c64549f39..9603d70f3a185d64515119005b30419833038375 100644
--- a/Source/core/css/FontFeatureValue.cpp
+++ b/Source/core/css/FontFeatureValue.cpp
@@ -28,7 +28,6 @@
#include "CSSParser.h"
#include "CSSValueKeywords.h"
-#include "WebCoreMemoryInstrumentation.h"
#include <wtf/text/StringBuilder.h>
namespace WebCore {
@@ -55,10 +54,4 @@ bool FontFeatureValue::equals(const FontFeatureValue& other) const
return m_tag == other.m_tag && m_value == other.m_value;
}
-void FontFeatureValue::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS);
- info.addMember(m_tag, "tag");
-}
-
}
« no previous file with comments | « Source/core/css/FontFeatureValue.h ('k') | Source/core/css/FontValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698