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

Unified Diff: Source/core/rendering/RenderFrameSet.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
« no previous file with comments | « Source/core/rendering/RenderBox.cpp ('k') | Source/core/rendering/RenderFrameSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderFrameSet.h
diff --git a/Source/core/rendering/RenderFrameSet.h b/Source/core/rendering/RenderFrameSet.h
index b94c1d863a3cfbe0fd0a50c52eea2066d9f0b03e..617bbb4ba842560decac5c4e219febf267ab8f40 100644
--- a/Source/core/rendering/RenderFrameSet.h
+++ b/Source/core/rendering/RenderFrameSet.h
@@ -76,8 +76,6 @@ public:
void notifyFrameEdgeInfoChanged();
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE;
-
private:
static const int noSplit = -1;
@@ -87,8 +85,6 @@ private:
GridAxis();
void resize(int);
- void reportMemoryUsage(MemoryObjectInfo*) const;
-
Vector<int> m_sizes;
Vector<int> m_deltas;
Vector<bool> m_preventResize;
« no previous file with comments | « Source/core/rendering/RenderBox.cpp ('k') | Source/core/rendering/RenderFrameSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698