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

Unified Diff: Source/core/css/WebKitCSSTransformValue.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/WebKitCSSTransformValue.h ('k') | Source/core/css/WebKitCSSViewportRule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSTransformValue.cpp
diff --git a/Source/core/css/WebKitCSSTransformValue.cpp b/Source/core/css/WebKitCSSTransformValue.cpp
index 99bd98055723c73a542e1cbaee3b1d2aebdd41f6..ab8533ddda7a2a476f6c26679f8bb5e5a994502b 100644
--- a/Source/core/css/WebKitCSSTransformValue.cpp
+++ b/Source/core/css/WebKitCSSTransformValue.cpp
@@ -27,7 +27,6 @@
#include "WebKitCSSTransformValue.h"
#include "CSSValueList.h"
-#include "WebCoreMemoryInstrumentation.h"
#include <wtf/PassRefPtr.h>
#include <wtf/text/WTFString.h>
@@ -95,10 +94,4 @@ PassRefPtr<WebKitCSSTransformValue> WebKitCSSTransformValue::cloneForCSSOM() con
return adoptRef(new WebKitCSSTransformValue(*this));
}
-void WebKitCSSTransformValue::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS);
- CSSValueList::reportDescendantMemoryUsage(memoryObjectInfo);
-}
-
}
« no previous file with comments | « Source/core/css/WebKitCSSTransformValue.h ('k') | Source/core/css/WebKitCSSViewportRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698