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

Unified Diff: Source/core/platform/graphics/GeneratorGeneratedImage.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/platform/graphics/GeneratorGeneratedImage.cpp
diff --git a/Source/core/platform/graphics/GeneratorGeneratedImage.cpp b/Source/core/platform/graphics/GeneratorGeneratedImage.cpp
index 58f63730c52d297423591d5bae70d47feff76e85..064701310ddbfaa9347c73216b1eef3101a37273 100644
--- a/Source/core/platform/graphics/GeneratorGeneratedImage.cpp
+++ b/Source/core/platform/graphics/GeneratorGeneratedImage.cpp
@@ -29,7 +29,6 @@
#include "FloatRect.h"
#include "GraphicsContext.h"
#include "Length.h"
-#include "PlatformMemoryInstrumentation.h"
namespace WebCore {
@@ -86,13 +85,4 @@ void GeneratorGeneratedImage::invalidateCacheTimerFired(DeferrableOneShotTimer<G
m_cachedAdjustedSize = IntSize();
}
-void GeneratorGeneratedImage::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, PlatformMemoryTypes::Image);
- GeneratedImage::reportMemoryUsage(memoryObjectInfo);
- info.addMember(m_generator, "generator");
- info.addMember(m_cachedImageBuffer, "cachedImageBuffer");
- info.addMember(m_cacheTimer, "cacheTimer");
-}
-
}
« no previous file with comments | « Source/core/platform/graphics/GeneratorGeneratedImage.h ('k') | Source/core/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698