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

Unified Diff: Source/core/platform/graphics/GeneratedImage.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/GeneratedImage.cpp
diff --git a/Source/core/platform/graphics/GeneratedImage.cpp b/Source/core/platform/graphics/GeneratedImage.cpp
index c105ca616fbbedebd37be57b0cc02573d3e34183..b250cb1c284da232c0fa482616b13f99a74d9571 100644
--- a/Source/core/platform/graphics/GeneratedImage.cpp
+++ b/Source/core/platform/graphics/GeneratedImage.cpp
@@ -32,7 +32,6 @@
#include "GeneratedImage.h"
#include "FloatSize.h"
-#include "PlatformMemoryInstrumentation.h"
namespace WebCore {
@@ -43,10 +42,4 @@ void GeneratedImage::computeIntrinsicDimensions(Length& intrinsicWidth, Length&
intrinsicRatio = FloatSize();
}
-void GeneratedImage::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, PlatformMemoryTypes::Image);
- Image::reportMemoryUsage(memoryObjectInfo);
-}
-
}
« no previous file with comments | « Source/core/platform/graphics/GeneratedImage.h ('k') | Source/core/platform/graphics/GeneratorGeneratedImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698