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

Unified Diff: Source/core/rendering/RenderTableSection.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/RenderTableRow.cpp ('k') | Source/core/rendering/RenderTableSection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderTableSection.h
diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h
index e33a5676308b7c18b90857f2afb22f289be58b43..6c1e243e3368245b05377c76919939e3eefc62b9 100644
--- a/Source/core/rendering/RenderTableSection.h
+++ b/Source/core/rendering/RenderTableSection.h
@@ -103,8 +103,6 @@ public:
}
bool hasCells() const { return cells.size() > 0; }
-
- void reportMemoryUsage(MemoryObjectInfo*) const;
};
typedef Vector<CellStruct> Row;
@@ -116,8 +114,6 @@ public:
{
}
- void reportMemoryUsage(MemoryObjectInfo*) const;
-
Row row;
RenderTableRow* rowRenderer;
LayoutUnit baseline;
@@ -202,8 +198,6 @@ public:
virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE;
-
protected:
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
« no previous file with comments | « Source/core/rendering/RenderTableRow.cpp ('k') | Source/core/rendering/RenderTableSection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698