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

Unified Diff: Source/core/css/StyleScopeResolver.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/StyleScopeResolver.h ('k') | Source/core/css/StyleSheetContents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleScopeResolver.cpp
diff --git a/Source/core/css/StyleScopeResolver.cpp b/Source/core/css/StyleScopeResolver.cpp
index 5b7e47af6dfdf813485401078934bb9e0829c30c..90b7aedffcb9ff8cbb3b7cb51c8f28378d5b65c2 100644
--- a/Source/core/css/StyleScopeResolver.cpp
+++ b/Source/core/css/StyleScopeResolver.cpp
@@ -37,10 +37,6 @@
#include "RuleFeature.h"
#include "RuleSet.h"
#include "ShadowRoot.h"
-#include "WebCoreMemoryInstrumentation.h"
-#include <wtf/MemoryInstrumentationHashMap.h>
-#include <wtf/MemoryInstrumentationHashSet.h>
-#include <wtf/MemoryInstrumentationVector.h>
namespace WebCore {
@@ -236,14 +232,5 @@ void StyleScopeResolver::matchHostRules(const Element* element, Vector<RuleSet*>
}
}
-void StyleScopeResolver::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS);
- info.addMember(m_authorStyles, "authorStyles");
- info.addMember(m_stack, "stack");
- info.addMember(m_atHostRules, "atHostRules");
- info.addMember(m_stackParent, "stackParent");
-}
-
}
« no previous file with comments | « Source/core/css/StyleScopeResolver.h ('k') | Source/core/css/StyleSheetContents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698