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

Unified Diff: Source/core/rendering/style/StyleRareInheritedData.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
Index: Source/core/rendering/style/StyleRareInheritedData.cpp
diff --git a/Source/core/rendering/style/StyleRareInheritedData.cpp b/Source/core/rendering/style/StyleRareInheritedData.cpp
index cb1066b370953b363314b04b38189d78d63e7eb2..913fa41e8af51d22096a7808b50b2b4776740397 100644
--- a/Source/core/rendering/style/StyleRareInheritedData.cpp
+++ b/Source/core/rendering/style/StyleRareInheritedData.cpp
@@ -28,8 +28,6 @@
#include "RenderStyleConstants.h"
#include "ShadowData.h"
#include "StyleImage.h"
-#include "WebCoreMemoryInstrumentation.h"
-#include <wtf/MemoryObjectInfo.h>
namespace WebCore {
@@ -256,20 +254,4 @@ bool StyleRareInheritedData::shadowDataEquivalent(const StyleRareInheritedData&
return true;
}
-void StyleRareInheritedData::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS);
- info.addMember(listStyleImage, "listStyleImage");
- info.addMember(indent, "indent");
- info.addMember(textShadow, "textShadow");
- info.addMember(highlight, "highlight");
- info.addMember(cursorData, "cursorData");
- info.addMember(hyphenationString, "hyphenationString");
- info.addMember(locale, "locale");
- info.addMember(textEmphasisCustomMark, "textEmphasisCustomMark");
- info.addMember(quotes, "quotes");
- info.addMember(m_lineGrid, "lineGrid");
- info.addMember(m_variables, "variables");
-}
-
} // namespace WebCore
« no previous file with comments | « Source/core/rendering/style/StyleRareInheritedData.h ('k') | Source/core/rendering/style/StyleRareNonInheritedData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698