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

Unified Diff: Source/core/svg/SVGPaint.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/svg/SVGPaint.h ('k') | Source/core/svg/graphics/SVGImage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPaint.cpp
diff --git a/Source/core/svg/SVGPaint.cpp b/Source/core/svg/SVGPaint.cpp
index f69c45a3c3bf705301a3d396a015d4b6600fb91e..4ac034088cc61cad316802994e0ab06e1a2c8797 100644
--- a/Source/core/svg/SVGPaint.cpp
+++ b/Source/core/svg/SVGPaint.cpp
@@ -26,7 +26,6 @@
#include "SVGException.h"
#include "SVGURIReference.h"
-#include "WebCoreMemoryInstrumentation.h"
#include <wtf/text/WTFString.h>
namespace WebCore {
@@ -117,12 +116,6 @@ bool SVGPaint::equals(const SVGPaint& other) const
return m_paintType == other.m_paintType && m_uri == other.m_uri && SVGColor::equals(other);
}
-void SVGPaint::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS);
- info.addMember(m_uri, "uri");
-}
-
}
#endif // ENABLE(SVG)
« no previous file with comments | « Source/core/svg/SVGPaint.h ('k') | Source/core/svg/graphics/SVGImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698