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

Unified Diff: Source/core/css/WebKitCSSShaderValue.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/WebKitCSSShaderValue.h ('k') | Source/core/css/WebKitCSSTransformValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSShaderValue.cpp
diff --git a/Source/core/css/WebKitCSSShaderValue.cpp b/Source/core/css/WebKitCSSShaderValue.cpp
index 28542e1146c8e93b096a96eea30c56253fbcf89c..7e1a1f0ba9eae3f2b9b7335ef94581161629546f 100644
--- a/Source/core/css/WebKitCSSShaderValue.cpp
+++ b/Source/core/css/WebKitCSSShaderValue.cpp
@@ -39,7 +39,7 @@
#include "KURL.h"
#include "StyleCachedShader.h"
#include "StylePendingShader.h"
-#include "WebCoreMemoryInstrumentation.h"
+#include <wtf/text/StringBuilder.h>
namespace WebCore {
@@ -101,13 +101,6 @@ bool WebKitCSSShaderValue::equals(const WebKitCSSShaderValue& other) const
{
return m_url == other.m_url;
}
-
-void WebKitCSSShaderValue::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS);
- info.addMember(m_url, "url");
- info.addMember(m_format, "format");
-}
} // namespace WebCore
« no previous file with comments | « Source/core/css/WebKitCSSShaderValue.h ('k') | Source/core/css/WebKitCSSTransformValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698