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

Unified Diff: Source/core/css/StyleRuleImport.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/StyleRuleImport.h ('k') | Source/core/css/StyleScopeResolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleRuleImport.cpp
diff --git a/Source/core/css/StyleRuleImport.cpp b/Source/core/css/StyleRuleImport.cpp
index 108599ac0aa95f5a9ead5040720de25df05874e6..a541ebd8f5cb433a10da0987b8f86f4b8b00b656 100644
--- a/Source/core/css/StyleRuleImport.cpp
+++ b/Source/core/css/StyleRuleImport.cpp
@@ -134,12 +134,4 @@ void StyleRuleImport::requestStyleSheet()
}
}
-void StyleRuleImport::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS);
- info.addMember(m_strHref, "strHref");
- info.addMember(m_mediaQueries, "mediaQueries");
- info.addMember(m_styleSheet, "styleSheet");
-}
-
} // namespace WebCore
« no previous file with comments | « Source/core/css/StyleRuleImport.h ('k') | Source/core/css/StyleScopeResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698