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

Unified Diff: Source/core/platform/graphics/chromium/ImageBufferDataSkia.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/chromium/ImageBufferDataSkia.h
diff --git a/Source/core/platform/graphics/chromium/ImageBufferDataSkia.h b/Source/core/platform/graphics/chromium/ImageBufferDataSkia.h
index 7176af10817990cb7c0b32afa4a4404060ec8a8b..44bc73d720b76dfe10a1bce50acdadb1b06aef14 100644
--- a/Source/core/platform/graphics/chromium/ImageBufferDataSkia.h
+++ b/Source/core/platform/graphics/chromium/ImageBufferDataSkia.h
@@ -40,8 +40,6 @@ class ImageBufferData {
public:
ImageBufferData(const IntSize&);
- void reportMemoryUsage(MemoryObjectInfo*) const;
-
OwnPtr<SkCanvas> m_canvas;
PlatformContextSkia m_platformContext;
OwnPtr<Canvas2DLayerBridge> m_layerBridge;

Powered by Google App Engine
This is Rietveld 408576698