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

Unified Diff: Source/core/css/WebKitCSSSVGDocumentValue.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/WebKitCSSSVGDocumentValue.h ('k') | Source/core/css/WebKitCSSShaderValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSSVGDocumentValue.cpp
diff --git a/Source/core/css/WebKitCSSSVGDocumentValue.cpp b/Source/core/css/WebKitCSSSVGDocumentValue.cpp
index 4442696e86b2d6bd952225ca6f1ec9f5f3aa5e62..6a36ad73c06ebd9f4b9e56fe76334bd967d98440 100644
--- a/Source/core/css/WebKitCSSSVGDocumentValue.cpp
+++ b/Source/core/css/WebKitCSSSVGDocumentValue.cpp
@@ -33,7 +33,6 @@
#include "CachedResourceRequestInitiators.h"
#include "CachedSVGDocument.h"
#include "Document.h"
-#include "WebCoreMemoryInstrumentation.h"
namespace WebCore {
@@ -73,13 +72,6 @@ bool WebKitCSSSVGDocumentValue::equals(const WebKitCSSSVGDocumentValue& other) c
return m_url == other.m_url;
}
-void WebKitCSSSVGDocumentValue::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS);
- info.addMember(m_url, "url");
- // FIXME: add m_document when cached resources are instrumented.
-}
-
} // namespace WebCore
#endif // ENABLE(SVG)
« no previous file with comments | « Source/core/css/WebKitCSSSVGDocumentValue.h ('k') | Source/core/css/WebKitCSSShaderValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698