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

Unified Diff: Source/core/platform/graphics/ImageSource.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/platform/graphics/ImageSource.h ('k') | Source/core/platform/graphics/NativeImagePtr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/ImageSource.cpp
diff --git a/Source/core/platform/graphics/ImageSource.cpp b/Source/core/platform/graphics/ImageSource.cpp
index b02499d65d57411f430bf3be5c9fe8b3c7e386a8..8ef58b0e933e2929b3a6328c8af93c40dde0b52e 100644
--- a/Source/core/platform/graphics/ImageSource.cpp
+++ b/Source/core/platform/graphics/ImageSource.cpp
@@ -33,7 +33,6 @@
#include "ImageOrientation.h"
#include "NotImplemented.h"
-#include "PlatformMemoryInstrumentation.h"
#include "DeferredImageDecoder.h"
@@ -203,10 +202,4 @@ unsigned ImageSource::frameBytesAtIndex(size_t index) const
return m_decoder->frameBytesAtIndex(index);
}
-void ImageSource::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, PlatformMemoryTypes::Image);
- info.addMember(m_decoder, "decoder");
-}
-
}
« no previous file with comments | « Source/core/platform/graphics/ImageSource.h ('k') | Source/core/platform/graphics/NativeImagePtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698