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

Unified Diff: Source/core/platform/graphics/NativeImagePtr.h

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/NativeImagePtr.h
diff --git a/Source/core/platform/graphics/NativeImagePtr.h b/Source/core/platform/graphics/NativeImagePtr.h
index 6194a38189d5502e8cfd31d479f8f6e4caf48096..c7545a2344fa27fe7c4a00c4c55c1da731e6e20e 100644
--- a/Source/core/platform/graphics/NativeImagePtr.h
+++ b/Source/core/platform/graphics/NativeImagePtr.h
@@ -33,17 +33,12 @@ namespace WebCore {
class NativeImageSkia;
}
-namespace WTF {
-class MemoryObjectInfo;
-}
-
namespace WebCore {
// FIXME: NativeImagePtr and PassNativeImagePtr should be smart
// pointers (see SVGImage::nativeImageForCurrentFrame()).
typedef RefPtr<NativeImageSkia> NativeImagePtr;
typedef PassRefPtr<NativeImageSkia> PassNativeImagePtr;
-void reportMemoryUsage(const NativeImageSkia*, WTF::MemoryObjectInfo*);
}
#endif
« no previous file with comments | « Source/core/platform/graphics/ImageSource.cpp ('k') | Source/core/platform/graphics/chromium/GraphicsLayerChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698